toolness / mobile-microgame-maker

Attempt at building a mobile microgame maker for Minicade.
http://mmm.minica.de
6 stars 2 forks source link

Add underscore between spritesheet name and instance number #21

Closed toolness closed 9 years ago

toolness commented 9 years ago

Some of our spritesheets are called e.g. mountain1, which makes the first sprite be called mountain11, the second called mountain12 etc., which is confusing.

If we put an underscore in between, though, we can have the sprites be called mountain1_1, mountain1_2 and so forth, which is more readable.