mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Updated Lost Levels Castle WATER Tileset (i forgor) (#388)
* Updated Castle WATER Tileset (i forgor) Yeah I realized late at night that I forgot to update the Underwater Castle tileset. This updates the Castle tileset, but underwater. Basically the same as the last one with a couple of extra changes: - Linked Deco Tiles for ANN to LL since there's no mushrooms - Replaced ROM Extractor check for ANN tileset - Yeah that's about it Side note only partially related to this, someone should make a Settings button that JUST regenerates the Base Assets without having to re-install the ROM. * Fucked up a pixel on the regular Brick Block
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
"CastleWater": {
|
||||
"SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||
"SMBLL": { "source": "CastleWaterLLDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||
"SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
||||
"SMBANN": { "link": "SMBLL" }
|
||||
},
|
||||
"Airship": {
|
||||
"SMB1": {
|
||||
|
Reference in New Issue
Block a user