Skip to content

Commit

Permalink
Update dirt/rural road
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae authored and Fris0uman committed Apr 14, 2024
1 parent c1cfae3 commit 7ff5508
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 94 deletions.
137 changes: 43 additions & 94 deletions gfx/SurveyorsMap/pngs_overmap_24x24/alternate roads/dirt_road.json
Original file line number Diff line number Diff line change
@@ -1,98 +1,47 @@
[
{
"id": [ "dirt_road" ],
"fg": [ "dirt_road_edge_ns", "dirt_road_edge_ew" ],
"bg": "field",
"rotates": true
},
{
"id": [ "dirt_road_3way" ],
"fg": [ "dirt_road_t_connection_n", "dirt_road_t_connection_e", "dirt_road_t_connection_s", "dirt_road_t_connection_w" ],
"bg": "field",
"rotates": true
},
{
"id": [ "dirt_road_turn" ],
"fg": [ "dirt_road_corner_ne", "dirt_road_corner_se", "dirt_road_corner_sw", "dirt_road_corner_nw" ],
"bg": "field",
"rotates": true
},
{
"id": [ "dirt_road_turn1" ],
"fg": [ "dirt_road_corner_nw", "dirt_road_corner_ne", "dirt_road_corner_se", "dirt_road_corner_sw" ],
"bg": "field",
"rotates": true
},
{
"id": [ "dirt_road_forest" ],
"fg": [ "dirt_road_edge_ns", "dirt_road_edge_ew" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "dirt_road_3way_forest" ],
"fg": [ "dirt_road_t_connection_n", "dirt_road_t_connection_e", "dirt_road_t_connection_s", "dirt_road_t_connection_w" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "dirt_road_turn_forest" ],
"fg": [ "dirt_road_corner_ne", "dirt_road_corner_se", "dirt_road_corner_sw", "dirt_road_corner_nw" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "dirt_road_turn1_forest" ],
"fg": [ "dirt_road_corner_nw", "dirt_road_corner_ne", "dirt_road_corner_se", "dirt_road_corner_sw" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "rural_road" ],
"fg": [ "rural_road_edge_ns", "rural_road_edge_ew" ],
"bg": "field",
"rotates": true
},
{
"id": [ "rural_road_3way" ],
"fg": [ "rural_road_t_connection_n", "rural_road_t_connection_e", "rural_road_t_connection_s", "rural_road_t_connection_w" ],
"bg": "field",
"rotates": true
},
{
"id": [ "rural_road_turn" ],
"fg": [ "rural_road_corner_ne", "rural_road_corner_se", "rural_road_corner_sw", "rural_road_corner_nw" ],
"bg": "field",
"rotates": true
},
{
"id": [ "rural_road_turn1" ],
"fg": [ "rural_road_corner_nw", "rural_road_corner_ne", "rural_road_corner_se", "rural_road_corner_sw" ],
"bg": "field",
"rotates": true
},
{
"id": [ "rural_road_forest" ],
"fg": [ "rural_road_edge_ns", "rural_road_edge_ew" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "rural_road_3way_forest" ],
"fg": [ "rural_road_t_connection_n", "rural_road_t_connection_e", "rural_road_t_connection_s", "rural_road_t_connection_w" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "rural_road_turn_forest" ],
"fg": [ "rural_road_corner_ne", "rural_road_corner_se", "rural_road_corner_sw", "rural_road_corner_nw" ],
"bg": "forest_center",
"rotates": true
},
{
"id": [ "rural_road_turn1_forest" ],
"fg": [ "rural_road_corner_nw", "rural_road_corner_ne", "rural_road_corner_se", "rural_road_corner_sw" ],
"bg": "forest_center",
"rotates": true
"id": "rural_road",
"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": "rural_road_forest",
"fg": "rural_road_unconnected",
"bg": "forest_center",
"multitile": true,
"additional_tiles": [
{ "id": "center", "fg": "rural_road_center" },
{
"id": "corner",
"fg": [ "rural_road_corner_nw", "rural_road_corner_sw", "rural_road_corner_se", "rural_road_corner_ne" ]
},
{
"id": "t_connection",
"fg": [ "rural_road_t_connection_n", "rural_road_t_connection_w", "rural_road_t_connection_s", "rural_road_t_connection_e" ]
},
{ "id": "edge", "fg": [ "rural_road_edge_ns", "rural_road_edge_ew" ] },
{
"id": "end_piece",
"fg": [ "rural_road_end_piece_n", "rural_road_end_piece_w", "rural_road_end_piece_s", "rural_road_end_piece_e" ]
},
{ "id": "unconnected", "fg": [ "rural_road_unconnected", "rural_road_unconnected" ] }
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ff5508

Please sign in to comment.