Adds the tiles made by butterbread_ on the discord (all the ones we could find) to the mod!
Since adding them in the same manner all the other tiles in the mod are added would take a lot of duplicate code, they've been implemented separately in the MetroidMod.Tiles2 namespace, using a new simple GenericTile class, making the amount of code for each tile significantly smaller. Hopefully there's no issue with this approach
All tiles have been added with a simple generic codename, that shouldn't be changed to ensure the tiles are safe to build with and won't get unloaded. Of course, proper names for each tile/item can be added in the localization. We already provided the map colors for every tile, but we decided to leave the dust and hit sounds TODO for other people to tackle later down the lane
IMPORTANT: This PR doesn't credit the creator of the tiles (butterbread_), do make sure to handle that on your side!
Adds the tiles made by butterbread_ on the discord (all the ones we could find) to the mod!
Since adding them in the same manner all the other tiles in the mod are added would take a lot of duplicate code, they've been implemented separately in the MetroidMod.Tiles2 namespace, using a new simple GenericTile class, making the amount of code for each tile significantly smaller. Hopefully there's no issue with this approach
All tiles have been added with a simple generic codename, that shouldn't be changed to ensure the tiles are safe to build with and won't get unloaded. Of course, proper names for each tile/item can be added in the localization. We already provided the map colors for every tile, but we decided to leave the dust and hit sounds TODO for other people to tackle later down the lane
IMPORTANT: This PR doesn't credit the creator of the tiles (butterbread_), do make sure to handle that on your side!