erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Animated Terrain #18

Closed erikwatson closed 3 years ago

erikwatson commented 4 years ago

It seems reasonable to want to be able to include animations in terrain.

For example, we might want to have grass terrain with dancing flowers that bob up and down like in Sonic, or a waterfall terrain that animates.

I think that animated terrain is kind of a unique problem space so we will likely have to extend the Terrain Editor to include support for creating and previewing these.

erikwatson commented 3 years ago

I have decided that this is out of scope for the time being. Animated elements of levels can be added with sprites and sprite sheet animation. Closing this issue. Maybe it'll come up again later.