pmgl / microstudio

Free, open source game engine online
MIT License
936 stars 106 forks source link

Feature request: Animation Mode #226

Open ephetic opened 4 months ago

ephetic commented 4 months ago

It'd be nice if microStudio had an animation mode for sprites: at least forward and ping-pong, and possibly once, and then possibly backwards flavors as well. It could be set by a new pulldown in the editor and in code as an attribute or setter (akin setFPS).

Question: would this affect how animated sprites work with the other graphics libraries and published executables, or only the engine code that implements animated sprites currently? I haven't played with those much.