Skip to content

Commit

Permalink
Update t_concrete.json
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-Erk committed Feb 5, 2020
1 parent cc96778 commit cb2d449
Showing 1 changed file with 30 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,68 +1,33 @@
[{
"id": "t_concrete",
"multitile": true,
"fg": [
"t_concrete_unconnected"
],
"bg": [],
"additional_tiles": [
{
"id": "center",
"bg": [],
"fg": [
"t_concrete_center"
]
},
{
"id": "corner",
"bg": [],
"fg": [
"t_concrete_corner_nw",
"t_concrete_corner_sw",
"t_concrete_corner_se",
"t_concrete_corner_ne"
]
},
{
"id": "t_connection",
"bg": [],
"fg": [
"t_concrete_t_connection_n",
"t_concrete_t_connection_w",
"t_concrete_t_connection_s",
"t_concrete_t_connection_e"
]
},
{
"id": "edge",
"bg": [],
"fg": [
"t_concrete_edge_ns",
"t_concrete_edge_ew"
]
},
{
"id": "end_piece",
"bg": [],
"fg": [
"t_concrete_end_piece_n",
"t_concrete_end_piece_w",
"t_concrete_end_piece_s",
"t_concrete_end_piece_e"
]
},
{
"bg": [],
"id": "unconnected",
"fg": [
"t_concrete_unconnected"
]
}
]
},
[
{
"id": "t_concrete",
"multitile": true,
"fg": [ "t_concrete_unconnected" ],
"bg": [ ],
"additional_tiles": [
{ "id": "center", "bg": [ ], "fg": [ "t_concrete_center" ] },
{
"id": "corner",
"bg": [ ],
"fg": [ "t_concrete_corner_nw", "t_concrete_corner_sw", "t_concrete_corner_se", "t_concrete_corner_ne" ]
},
{
"id": "t_connection",
"bg": [ ],
"fg": [ "t_concrete_t_connection_n", "t_concrete_t_connection_w", "t_concrete_t_connection_s", "t_concrete_t_connection_e" ]
},
{ "id": "edge", "bg": [ ], "fg": [ "t_concrete_edge_ns", "t_concrete_edge_ew" ] },
{
"id": "end_piece",
"bg": [ ],
"fg": [ "t_concrete_end_piece_n", "t_concrete_end_piece_w", "t_concrete_end_piece_s", "t_concrete_end_piece_e" ]
},
{ "bg": [ ], "id": "unconnected", "fg": [ "t_concrete_unconnected" ] }
]
},
{
"id": "t_concrete_season_winter",
"fg": [ "snow_shallow" ],
"bg": [ ]
]
}]
"bg": [ ]
}
]

0 comments on commit cb2d449

Please sign in to comment.