Skip to content

Commit

Permalink
Correct end rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae authored and Fris0uman committed Apr 14, 2024
1 parent 0999f92 commit 49314c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "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" ]
"fg": [ "dirt_road_end_piece_n", "dirt_road_end_piece_e", "dirt_road_end_piece_s", "dirt_road_end_piece_w" ]
},
{ "id": "unconnected", "fg": [ "dirt_road_unconnected", "dirt_road_unconnected" ] }
]
Expand Down

0 comments on commit 49314c3

Please sign in to comment.