From 33f2be7bf48bd74899689abc3889c2a1246ea572 Mon Sep 17 00:00:00 2001 From: amer <136869819+amer-241@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:51:05 -0700 Subject: [PATCH] Fixed CastleWater BGOs via the .json Made two changes: 1) Removed day & night distinction, as separate day and night sprites don't exist (and probably shouldn't) 2) Fixed typo ("CastleWaterDecoLL" -> "CastleWaterLLDeco") --- Assets/Sprites/Tilesets/Deco/DecoTiles.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Assets/Sprites/Tilesets/Deco/DecoTiles.json b/Assets/Sprites/Tilesets/Deco/DecoTiles.json index 4e8a038..62679d6 100644 --- a/Assets/Sprites/Tilesets/Deco/DecoTiles.json +++ b/Assets/Sprites/Tilesets/Deco/DecoTiles.json @@ -158,16 +158,9 @@ "SMBANN": { "source": "CastleDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] } }, "CastleWater": { - "Day": { - "SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] }, - "SMBLL": { "source": "CastleWaterDecoLL.png", "rect": [0.0, 0.0, 80.0, 32.0] }, - "SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] } - }, - "Night": { - "SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 32.0, 80.0, 32.0] }, - "SMBLL": { "source": "CastleWaterDecoLL.png", "rect": [0.0, 32.0, 80.0, 32.0] }, - "SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 32.0, 80.0, 32.0] } - } + "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] } }, "Airship": { "SMB1": {