Skip to content

Commit

Permalink
fixed: sewer, acid ants
Browse files Browse the repository at this point in the history
changed: 'ants' to dirt road instead of brown pond
  • Loading branch information
Golfavel committed Apr 8, 2024
1 parent ced3264 commit d4c4f92
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 5 deletions.
55 changes: 55 additions & 0 deletions gfx/Larwick_Overmap/pngs_overmap_16x16/dirt_road/dirt_road.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,59 @@
[
{
"id": [
"ants",
"ants_acid"
],
"fg": "dirt_road_unconnected",
"multitile": true,
"additional_tiles": [
{
"id": "center",
"fg": "dirt_road_center"
},
{
"id": "corner",
"fg": [
"dirt_road_corner_nw",
"dirt_road_corner_sw",
"dirt_road_corner_se",
"dirt_road_corner_ne"
]
},
{
"id": "t_connection",
"fg": [
"dirt_road_t_connection_n",
"dirt_road_t_connection_w",
"dirt_road_t_connection_s",
"dirt_road_t_connection_e"
]
},
{
"id": "edge",
"fg": [
"dirt_road_edge_ns",
"dirt_road_edge_ew"
]
},
{
"id": "end_piece",
"fg": [
"dirt_road_end_piece_n",
"dirt_road_end_piece_w",
"dirt_road_end_piece_s",
"dirt_road_end_piece_e"
]
},
{
"id": "unconnected",
"fg": [
"dirt_road_unconnected",
"dirt_road_unconnected"
]
}
]
},
{
"id": [ "dirt_road", "dirt_road_forest", "rural_road", "rural_road_forest" ],
"fg": [ "dirt_road_edge_ns", "dirt_road_edge_ew", "dirt_road_edge_ns", "dirt_road_edge_ew" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"id": "forest_trail",
"id": [
"forest_trail",
"sewer"
],
"fg": "forest_trail_unconnected",
"multitile": true,
"additional_tiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@
"id": "anthill",
"fg": "hive_brown"
},
{
"id": "ants",
"fg": "pond_brown"
},
{
"id": "ants_food",
"fg": "hive_red"
Expand Down

0 comments on commit d4c4f92

Please sign in to comment.