-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates variety of unmapped city tiles, mansion variant, quiet farm, …
…ranch_camp
- Loading branch information
1 parent
9fcac58
commit 433863d
Showing
28 changed files
with
227 additions
and
35 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions
52
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"id": "wood_fence", | ||
"fg": "wood_fence_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "wood_fence_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"wood_fence_corner_nw", | ||
"wood_fence_corner_sw", | ||
"wood_fence_corner_se", | ||
"wood_fence_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"wood_fence_t_connection_n", | ||
"wood_fence_t_connection_w", | ||
"wood_fence_t_connection_s", | ||
"wood_fence_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"wood_fence_edge_ns", | ||
"wood_fence_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"wood_fence_end_piece_n", | ||
"wood_fence_end_piece_w", | ||
"wood_fence_end_piece_s", | ||
"wood_fence_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"wood_fence_unconnected", | ||
"wood_fence_unconnected" | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+319 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_corner_ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+315 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_corner_nw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+320 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_corner_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+320 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_corner_sw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+301 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_edge_ew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+305 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_edge_ns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+301 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_end_piece_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+305 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_end_piece_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+305 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_end_piece_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+301 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_end_piece_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+318 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_t_connection_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+315 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_t_connection_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+321 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_t_connection_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+320 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_t_connection_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+319 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/wood_fence/wood_fence_unconnected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.