NovaSquirrel / NovaTheSquirrel2

A very early sequel to Nova the Squirrel for SNES
GNU General Public License v3.0
62 stars 2 forks source link

Add indirection between a block ID and the tile numbers #62

Open NovaSquirrel opened 2 years ago

NovaSquirrel commented 2 years ago

Allow blocks to have multiple different appearances (sets of tile numbers) while keeping the same block ID. That would enable having one set of block IDs that can be used in game logic and in the level editor and everything, but have it where I can load their graphics from multiple places.

This would also be good for things like mode 0 and 5?