RustRoguelike
RustRoguelike copied to clipboard
SpriteSheet List
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'.