-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Freya Fairwing <[email protected]>
- Loading branch information
Showing
10 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
182 changes: 182 additions & 0 deletions
182
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sand_pit.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,182 @@ | ||
[ | ||
{ | ||
"id": "sand_pit_NW", | ||
"fg": [ | ||
"sandpit_nw", | ||
"sandpit_sw", | ||
"sandpit_se", | ||
"sandpit_ne" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_N", | ||
"fg": [ | ||
"sandpit_n", | ||
"sandpit_w", | ||
"sandpit_s", | ||
"sandpit_e" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_NE", | ||
"fg": [ | ||
"sandpit_ne", | ||
"sandpit_nw", | ||
"sandpit_sw", | ||
"sandpit_se" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_W", | ||
"fg": [ | ||
"sandpit_w", | ||
"sandpit_s", | ||
"sandpit_e", | ||
"sandpit_n" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_E", | ||
"fg": [ | ||
"sandpit_e", | ||
"sandpit_n", | ||
"sandpit_w", | ||
"sandpit_s" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_SW", | ||
"fg": [ | ||
"sandpit_sw", | ||
"sandpit_se", | ||
"sandpit_ne", | ||
"sandpit_nw" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_S", | ||
"fg": [ | ||
"sandpit_s", | ||
"sandpit_e", | ||
"sandpit_n", | ||
"sandpit_w" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_SE", | ||
"fg": [ | ||
"sandpit_se", | ||
"sandpit_ne", | ||
"sandpit_nw", | ||
"sandpit_sw" | ||
], | ||
"bg": "field", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_NW_down", | ||
"fg": [ | ||
"sandpit_nw", | ||
"sandpit_sw", | ||
"sandpit_se", | ||
"sandpit_ne" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_N_down", | ||
"fg": [ | ||
"sandpit_n", | ||
"sandpit_w", | ||
"sandpit_s", | ||
"sandpit_e" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_NE_down", | ||
"fg": [ | ||
"sandpit_ne", | ||
"sandpit_nw", | ||
"sandpit_sw", | ||
"sandpit_se" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_W_down", | ||
"fg": [ | ||
"sandpit_w", | ||
"sandpit_s", | ||
"sandpit_e", | ||
"sandpit_n" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_E_down", | ||
"fg": [ | ||
"sandpit_e", | ||
"sandpit_n", | ||
"sandpit_w", | ||
"sandpit_s" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_SW_down", | ||
"fg": [ | ||
"sandpit_sw", | ||
"sandpit_se", | ||
"sandpit_ne", | ||
"sandpit_nw" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_S_down", | ||
"fg": [ | ||
"sandpit_s", | ||
"sandpit_e", | ||
"sandpit_n", | ||
"sandpit_w" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": "sand_pit_SE_down", | ||
"fg": [ | ||
"sandpit_se", | ||
"sandpit_ne", | ||
"sandpit_nw", | ||
"sandpit_sw" | ||
], | ||
"bg": "t_dirt_center3", | ||
"rotates": true | ||
}, | ||
{ | ||
"id": [ "sand_pit_M", "sand_pit_M_down" ], | ||
"fg": "sandpit_m" | ||
} | ||
] |
Binary file added
BIN
+1.09 KB
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+1.06 KB
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_m.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
+1.05 KB
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+516 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+805 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+1.1 KB
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+791 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+948 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_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
+1.08 KB
gfx/UltimateCataclysm/pngs_normal_32x32/overmap/sand_pit/sandpit_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.