From 3dc18052086a71647e526bc5a166591bf56affb2 Mon Sep 17 00:00:00 2001 From: gettingusedto <78019001+gettingusedto@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:57:57 +0700 Subject: [PATCH] Update t_fungal.json --- .../terrain/t_fungal/t_fungal.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_fungal/t_fungal.json b/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_fungal/t_fungal.json index aeb235a9e0..54119d0db0 100644 --- a/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_fungal/t_fungal.json +++ b/gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_fungal/t_fungal.json @@ -4,23 +4,23 @@ "bg": "t_dirt_unconnected", "multitile": true, "additional_tiles": [ - { "id": "center", "fg": "t_fungus_center", "bg": "t_dirt_center" }, + { "id": "center", "bg": "t_dirt_center", "fg": "t_fungus_center" }, { "id": "corner", - "fg": [ "t_fungus_corner_nw", "t_fungus_corner_sw", "t_fungus_corner_se", "t_fungus_corner_ne" ], - "bg": [ "t_dirt_corner_nw", "t_dirt_corner_sw", "t_dirt_corner_se", "t_dirt_corner_ne" ] + "bg": [ "t_dirt_corner_nw", "t_dirt_corner_sw", "t_dirt_corner_se", "t_dirt_corner_ne" ], + "fg": [ "t_fungus_corner_nw", "t_fungus_corner_sw", "t_fungus_corner_se", "t_fungus_corner_ne" ] }, { "id": "t_connection", - "fg": [ "t_fungus_t_connection_n", "t_fungus_t_connection_w", "t_fungus_t_connection_s", "t_fungus_t_connection_e" ], - "bg": [ "t_dirt_t_connection_n", "t_dirt_t_connection_w", "t_dirt_t_connection_s", "t_dirt_t_connection_e" ] + "bg": [ "t_dirt_t_connection_n", "t_dirt_t_connection_w", "t_dirt_t_connection_s", "t_dirt_t_connection_e" ], + "fg": [ "t_fungus_t_connection_n", "t_fungus_t_connection_w", "t_fungus_t_connection_s", "t_fungus_t_connection_e" ] }, - { "id": "edge", "fg": [ "t_fungus_edge_ns", "t_fungus_edge_ew" ], "bg": [ "t_dirt_edge_ns", "t_dirt_edge_ew" ] }, + { "id": "edge", "bg": [ "t_dirt_edge_ns", "t_dirt_edge_ew" ], "fg": [ "t_fungus_edge_ns", "t_fungus_edge_ew" ] }, { "id": "end_piece", - "fg": [ "t_fungus_end_piece_n", "t_fungus_end_piece_w", "t_fungus_end_piece_s", "t_fungus_end_piece_e" ], - "bg": [ "t_fungus_end_piece_n", "t_fungus_end_piece_w", "t_fungus_end_piece_s", "t_fungus_end_piece_e" ] + "bg": [ "t_fungus_end_piece_n", "t_fungus_end_piece_w", "t_fungus_end_piece_s", "t_fungus_end_piece_e" ], + "fg": [ "t_fungus_end_piece_n", "t_fungus_end_piece_w", "t_fungus_end_piece_s", "t_fungus_end_piece_e" ] }, - { "id": "unconnected", "fg": [ "t_fungus_unconnected" ], "bg": [ "t_dirt_unconnected" ] } + { "id": "unconnected", "bg": [ "t_dirt_unconnected" ], "fg": [ "t_fungus_unconnected" ] } ] }