From 63ca93aab909603e663366d6333a2513dd8452a8 Mon Sep 17 00:00:00 2001 From: Golfavel Date: Sun, 28 Jan 2024 22:25:51 -0700 Subject: [PATCH] cleaned: sewage pipe --- .../terrain/t_sewage_pipe_0.json | 33 +++++++++++++++++- ..._sewage_pipe_0.png => t_sewage_pipe_0.png} | Bin ..._sewage_pipe_1.png => t_sewage_pipe_1.png} | Bin ..._sewage_pipe_2.png => t_sewage_pipe_2.png} | Bin ..._sewage_pipe_3.png => t_sewage_pipe_3.png} | Bin ..._sewage_pipe_4.png => t_sewage_pipe_4.png} | Bin ..._sewage_pipe_5.png => t_sewage_pipe_5.png} | Bin 7 files changed, 32 insertions(+), 1 deletion(-) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{532_t_sewage_pipe_0.png => t_sewage_pipe_0.png} (100%) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{533_t_sewage_pipe_1.png => t_sewage_pipe_1.png} (100%) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{534_t_sewage_pipe_2.png => t_sewage_pipe_2.png} (100%) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{535_t_sewage_pipe_3.png => t_sewage_pipe_3.png} (100%) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{536_t_sewage_pipe_4.png => t_sewage_pipe_4.png} (100%) rename gfx/NeoDays/pngs_tiles_10x10/terrain/{537_t_sewage_pipe_5.png => t_sewage_pipe_5.png} (100%) diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.json b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.json index 52286647d9..7318aace08 100644 --- a/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.json +++ b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.json @@ -1 +1,32 @@ -{"id": "t_sewage_pipe", "fg": ["532_t_sewage_pipe_0"], "rotates": false, "multitile": true, "additional_tiles": [{"id": "center", "fg": ["533_t_sewage_pipe_1"], "bg": []}, {"id": "corner", "fg": ["534_t_sewage_pipe_2"], "bg": []}, {"id": "edge", "fg": ["535_t_sewage_pipe_3"], "bg": []}, {"id": "end_piece", "fg": ["536_t_sewage_pipe_4"], "bg": []}, {"id": "t_connection", "fg": ["537_t_sewage_pipe_5"], "bg": []}, {"id": "unconnected", "fg": ["532_t_sewage_pipe_0"], "bg": []}], "bg": []} \ No newline at end of file +{ + "id": "t_sewage_pipe", + "fg": "t_sewage_pipe_0", + "rotates": false, + "multitile": true, + "additional_tiles": [ + { + "id": "center", + "fg": "t_sewage_pipe_1" + }, + { + "id": "corner", + "fg": "t_sewage_pipe_2" + }, + { + "id": "edge", + "fg": "t_sewage_pipe_3" + }, + { + "id": "end_piece", + "fg": "t_sewage_pipe_4" + }, + { + "id": "t_connection", + "fg": "t_sewage_pipe_5" + }, + { + "id": "unconnected", + "fg": "t_sewage_pipe_0" + } + ] +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/532_t_sewage_pipe_0.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/532_t_sewage_pipe_0.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/533_t_sewage_pipe_1.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_1.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/533_t_sewage_pipe_1.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_1.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/534_t_sewage_pipe_2.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_2.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/534_t_sewage_pipe_2.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_2.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/535_t_sewage_pipe_3.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_3.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/535_t_sewage_pipe_3.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_3.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/536_t_sewage_pipe_4.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_4.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/536_t_sewage_pipe_4.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_4.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/terrain/537_t_sewage_pipe_5.png b/gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_5.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/terrain/537_t_sewage_pipe_5.png rename to gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_5.png