So let's start with the needed graphics: Both are divided into 8 frames which are then used for the animation. The latter image is use for the water sparkle effect (which can be turned off). If the latter image is just white for you that's normal as it just uses white and transparency.
So let's replace these graphics by applying some color shift: Now the important part

Code: Select all
[
{
"override":true,
"id":"$anim_ocean00",
"type":"animation",
"frames":[{"bmp":"water.png","w":128,"h":128,"count":8,"target height":64}]
},
{
"override":true,
"id":"$anim_ocean01",
"type":"animation",
"frames":[{"bmp":"sparkle.png","w":128,"h":128,"count":8,"target height":64}]
}
]
