RustRoguelike icon indicating copy to clipboard operation
RustRoguelike copied to clipboard

SpriteSheet List

Open nsmryan opened this issue 2 years ago • 1 comments

It seems like we should make a list of sprites in the main sprite sheet (rustrogueliketiles.png), similar to the sprite atlas. This way we can make sure we have them all in the game, and that I have all the tiles correct.

One thing we could do is make this a text file that I could read in, instead of having the tile numbers as constants in 'constants.rs'.

nsmryan avatar Jun 03 '22 18:06 nsmryan