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