Skip to content

Commit

Permalink
Update t_fungal.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gettingusedto authored Nov 19, 2024
1 parent 7e6018f commit 3dc1805
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_fungal/t_fungal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
]
}

0 comments on commit 3dc1805

Please sign in to comment.