Skip to content

Commit

Permalink
Update t_fungus_mound.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gettingusedto authored Nov 19, 2024
1 parent 3dc1805 commit 418629b
Showing 1 changed file with 25 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
{
"id": [ "t_fungus_mound" ],
"fg": [
"t_fungus_mound"
],
"bg": "t_fungus",
"rotates": false
"id": "t_fungus_mound",
"fg": "t_fungus_mound",
"bg": "t_dirt_unconnected",
"multitile": true,
"additional_tiles": [
{ "id": "center", "bg": "t_dirt_center" ,"fg": "t_fungus_mound" },
{
"id": "corner",
"bg": [ "t_dirt_corner_nw", "t_dirt_corner_sw", "t_dirt_corner_se", "t_dirt_corner_ne" ],
"fg": [ "t_fungus_mound" ]
},
{
"id": "t_connection",
"bg": [ "t_dirt_t_connection_n", "t_dirt_t_connection_w", "t_dirt_t_connection_s", "t_dirt_t_connection_e" ],
"fg": [ "t_fungus_mound" ]
},
{ "id": "edge", "bg": [ "t_dirt_edge_ns", "t_dirt_edge_ew" ], "fg": [ "t_fungus_mound" ]
},
{
"id": "end_piece",
"bg": [ "t_fungus_end_piece_n", "t_fungus_end_piece_w", "t_fungus_end_piece_s", "t_fungus_end_piece_e" ],
"fg": [ "t_fungus_mound" ]
},
{ "id": "unconnected", "bg": [ "t_dirt_unconnected" ], "fg": [ "t_fungus_mound" ] }
]
}

0 comments on commit 418629b

Please sign in to comment.