forked from I-am-Erk/CDDA-Tilesets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ultica] More colored walls by hoasd1 (I-am-Erk#2191)
- Loading branch information
Showing
485 changed files
with
1,229 additions
and
4 deletions.
There are no files selected for viewing
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
Binary file modified
BIN
-8 Bytes
(99%)
...aclysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-3 Bytes
(100%)
...ysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-7 Bytes
(99%)
...ysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-7 Bytes
(99%)
...ysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-29 Bytes
(95%)
...ysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
+5 Bytes
(100%)
...clysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-14 Bytes
(98%)
...clysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-9 Bytes
(98%)
...m/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-7 Bytes
(99%)
...m/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-17 Bytes
(97%)
...m/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-27 Bytes
(95%)
...m/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-6 Bytes
(99%)
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-9 Bytes
(99%)
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
+5 Bytes
(100%)
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-9 Bytes
(99%)
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_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 modified
BIN
-16 Bytes
(98%)
...m/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_b_unconnected.png
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/UltimateCataclysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan.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": "t_concrete_wall_cyan", | ||
"fg": "t_concrete_wall_cyan_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_concrete_wall_cyan_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_concrete_wall_cyan_corner_nw", | ||
"t_concrete_wall_cyan_corner_sw", | ||
"t_concrete_wall_cyan_corner_se", | ||
"t_concrete_wall_cyan_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_concrete_wall_cyan_t_connection_n", | ||
"t_concrete_wall_cyan_t_connection_w", | ||
"t_concrete_wall_cyan_t_connection_s", | ||
"t_concrete_wall_cyan_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_concrete_wall_cyan_edge_ns", | ||
"t_concrete_wall_cyan_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_concrete_wall_cyan_end_piece_n", | ||
"t_concrete_wall_cyan_end_piece_w", | ||
"t_concrete_wall_cyan_end_piece_s", | ||
"t_concrete_wall_cyan_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"t_concrete_wall_cyan_unconnected", | ||
"t_concrete_wall_cyan_unconnected" | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+622 Bytes
...ysm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+623 Bytes
.../pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+615 Bytes
.../pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+587 Bytes
.../pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+586 Bytes
.../pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+520 Bytes
...sm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+560 Bytes
...sm/pngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+597 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+568 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_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
+633 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+618 Bytes
..._normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+629 Bytes
..._normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+537 Bytes
..._normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+612 Bytes
..._normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+642 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_b/t_concrete_wall_cyan_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...imateCataclysm/pngs_normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black.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,49 @@ | ||
{ | ||
"id": "t_concrete_wall_black", | ||
"fg": "t_concrete_wall_black_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_concrete_wall_black_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_concrete_wall_black_corner_nw", | ||
"t_concrete_wall_black_corner_sw", | ||
"t_concrete_wall_black_corner_se", | ||
"t_concrete_wall_black_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_concrete_wall_black_t_connection_n", | ||
"t_concrete_wall_black_t_connection_w", | ||
"t_concrete_wall_black_t_connection_s", | ||
"t_concrete_wall_black_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_concrete_wall_black_edge_ns", | ||
"t_concrete_wall_black_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_concrete_wall_black_end_piece_n", | ||
"t_concrete_wall_black_end_piece_w", | ||
"t_concrete_wall_black_end_piece_s", | ||
"t_concrete_wall_black_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_concrete_wall_black_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+602 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_center.png
Oops, something went wrong.
Binary file added
BIN
+603 Bytes
..._normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+579 Bytes
..._normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+554 Bytes
..._normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+539 Bytes
..._normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+500 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+521 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+560 Bytes
...ormal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+529 Bytes
...ormal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+585 Bytes
...ormal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+541 Bytes
...ormal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+597 Bytes
...al_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+606 Bytes
...al_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+513 Bytes
...al_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+576 Bytes
...al_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+593 Bytes
...ormal_32x32/terrain/t_concrete_wall_black/t_concrete_wall_black_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...imateCataclysm/pngs_normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown.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,49 @@ | ||
{ | ||
"id": "t_concrete_wall_brown", | ||
"fg": "t_concrete_wall_brown_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_concrete_wall_brown_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_concrete_wall_brown_corner_nw", | ||
"t_concrete_wall_brown_corner_sw", | ||
"t_concrete_wall_brown_corner_se", | ||
"t_concrete_wall_brown_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_concrete_wall_brown_t_connection_n", | ||
"t_concrete_wall_brown_t_connection_w", | ||
"t_concrete_wall_brown_t_connection_s", | ||
"t_concrete_wall_brown_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_concrete_wall_brown_edge_ns", | ||
"t_concrete_wall_brown_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_concrete_wall_brown_end_piece_n", | ||
"t_concrete_wall_brown_end_piece_w", | ||
"t_concrete_wall_brown_end_piece_s", | ||
"t_concrete_wall_brown_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_concrete_wall_brown_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+615 Bytes
...ngs_normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_center.png
Oops, something went wrong.
Binary file added
BIN
+619 Bytes
..._normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+609 Bytes
..._normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+584 Bytes
..._normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+561 Bytes
..._normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+524 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+590 Bytes
...ormal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+557 Bytes
...ormal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+612 Bytes
...ormal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+567 Bytes
...ormal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+615 Bytes
...al_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+618 Bytes
...al_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+541 Bytes
...al_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+604 Bytes
...al_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+620 Bytes
...ormal_32x32/terrain/t_concrete_wall_brown/t_concrete_wall_brown_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...ltimateCataclysm/pngs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray.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,49 @@ | ||
{ | ||
"id": "t_concrete_wall_gray", | ||
"fg": "t_concrete_wall_gray_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_concrete_wall_gray_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_concrete_wall_gray_corner_nw", | ||
"t_concrete_wall_gray_corner_sw", | ||
"t_concrete_wall_gray_corner_se", | ||
"t_concrete_wall_gray_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_concrete_wall_gray_t_connection_n", | ||
"t_concrete_wall_gray_t_connection_w", | ||
"t_concrete_wall_gray_t_connection_s", | ||
"t_concrete_wall_gray_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_concrete_wall_gray_edge_ns", | ||
"t_concrete_wall_gray_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_concrete_wall_gray_end_piece_n", | ||
"t_concrete_wall_gray_end_piece_w", | ||
"t_concrete_wall_gray_end_piece_s", | ||
"t_concrete_wall_gray_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_concrete_wall_gray_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+601 Bytes
.../pngs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_center.png
Oops, something went wrong.
Binary file added
BIN
+608 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+590 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+559 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+543 Bytes
...gs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+506 Bytes
...pngs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+535 Bytes
...pngs_normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+567 Bytes
..._normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+545 Bytes
..._normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+592 Bytes
..._normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+547 Bytes
..._normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+600 Bytes
...rmal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+607 Bytes
...rmal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+520 Bytes
...rmal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+588 Bytes
...rmal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+603 Bytes
..._normal_32x32/terrain/t_concrete_wall_gray/t_concrete_wall_gray_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...ateCataclysm/pngs_normal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange.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,49 @@ | ||
{ | ||
"id": "t_concrete_wall_orange", | ||
"fg": "t_concrete_wall_orange_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_concrete_wall_orange_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_concrete_wall_orange_corner_nw", | ||
"t_concrete_wall_orange_corner_sw", | ||
"t_concrete_wall_orange_corner_se", | ||
"t_concrete_wall_orange_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_concrete_wall_orange_t_connection_n", | ||
"t_concrete_wall_orange_t_connection_w", | ||
"t_concrete_wall_orange_t_connection_s", | ||
"t_concrete_wall_orange_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_concrete_wall_orange_edge_ns", | ||
"t_concrete_wall_orange_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_concrete_wall_orange_end_piece_n", | ||
"t_concrete_wall_orange_end_piece_w", | ||
"t_concrete_wall_orange_end_piece_s", | ||
"t_concrete_wall_orange_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_concrete_wall_orange_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+624 Bytes
...s_normal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_center.png
Oops, something went wrong.
Binary file added
BIN
+636 Bytes
...ormal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+622 Bytes
...ormal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
...ormal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+564 Bytes
...ormal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+530 Bytes
..._normal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+553 Bytes
..._normal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+593 Bytes
...mal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+562 Bytes
...mal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+625 Bytes
...mal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+571 Bytes
...mal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+631 Bytes
..._32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+644 Bytes
..._32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+543 Bytes
..._32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+618 Bytes
..._32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+628 Bytes
...mal_32x32/terrain/t_concrete_wall_orange/t_concrete_wall_orange_unconnected.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...ateCataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_center.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...Cataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_corner_ne.png
Oops, something went wrong.
Binary file modified
BIN
-9 Bytes
(98%)
...Cataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_corner_nw.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(99%)
...Cataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_corner_se.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(94%)
...Cataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_corner_sw.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...teCataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_edge_ew.png
Oops, something went wrong.
Binary file modified
BIN
-16 Bytes
(97%)
...teCataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_edge_ns.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...taclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_end_piece_e.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(99%)
...taclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_end_piece_n.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(98%)
...taclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_end_piece_s.png
Oops, something went wrong.
Binary file modified
BIN
-16 Bytes
(97%)
...taclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_end_piece_w.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_t_connection_e.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_t_connection_n.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(99%)
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_t_connection_s.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_t_connection_w.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(99%)
...taclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_b_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan.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,49 @@ | ||
{ | ||
"id": "t_sconc_wall_cyan", | ||
"fg": "t_sconc_wall_cyan_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sconc_wall_cyan_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_sconc_wall_cyan_corner_nw", | ||
"t_sconc_wall_cyan_corner_sw", | ||
"t_sconc_wall_cyan_corner_se", | ||
"t_sconc_wall_cyan_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_sconc_wall_cyan_t_connection_n", | ||
"t_sconc_wall_cyan_t_connection_w", | ||
"t_sconc_wall_cyan_t_connection_s", | ||
"t_sconc_wall_cyan_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_sconc_wall_cyan_edge_ns", | ||
"t_sconc_wall_cyan_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_sconc_wall_cyan_end_piece_n", | ||
"t_sconc_wall_cyan_end_piece_w", | ||
"t_sconc_wall_cyan_end_piece_s", | ||
"t_sconc_wall_cyan_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_sconc_wall_cyan_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+566 Bytes
...Cataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_center.png
Oops, something went wrong.
Binary file added
BIN
+547 Bytes
...aclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+532 Bytes
...aclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+551 Bytes
...aclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+558 Bytes
...aclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...ataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+471 Bytes
...ataclysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+551 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+580 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+549 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+546 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+553 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+511 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+530 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+586 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_b/t_sconc_wall_cyan_unconnected.png
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
gfx/UltimateCataclysm/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black.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,49 @@ | ||
{ | ||
"id": "t_sconc_wall_black", | ||
"fg": "t_sconc_wall_black_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sconc_wall_black_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_sconc_wall_black_corner_nw", | ||
"t_sconc_wall_black_corner_sw", | ||
"t_sconc_wall_black_corner_se", | ||
"t_sconc_wall_black_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_sconc_wall_black_t_connection_n", | ||
"t_sconc_wall_black_t_connection_w", | ||
"t_sconc_wall_black_t_connection_s", | ||
"t_sconc_wall_black_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_sconc_wall_black_edge_ns", | ||
"t_sconc_wall_black_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_sconc_wall_black_end_piece_n", | ||
"t_sconc_wall_black_end_piece_w", | ||
"t_sconc_wall_black_end_piece_s", | ||
"t_sconc_wall_black_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": "t_sconc_wall_black_unconnected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+541 Bytes
...lysm/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_center.png
Oops, something went wrong.
Binary file added
BIN
+522 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_corner_ne.png
Oops, something went wrong.
Binary file added
BIN
+507 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_corner_nw.png
Oops, something went wrong.
Binary file added
BIN
+528 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_corner_se.png
Oops, something went wrong.
Binary file added
BIN
+515 Bytes
...m/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_corner_sw.png
Oops, something went wrong.
Binary file added
BIN
+467 Bytes
...ysm/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_edge_ew.png
Oops, something went wrong.
Binary file added
BIN
+441 Bytes
...ysm/pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_edge_ns.png
Oops, something went wrong.
Binary file added
BIN
+532 Bytes
...pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_end_piece_e.png
Oops, something went wrong.
Binary file added
BIN
+460 Bytes
...pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_end_piece_n.png
Oops, something went wrong.
Binary file added
BIN
+544 Bytes
...pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_end_piece_s.png
Oops, something went wrong.
Binary file added
BIN
+517 Bytes
...pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_end_piece_w.png
Oops, something went wrong.
Binary file added
BIN
+518 Bytes
...s_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_t_connection_e.png
Oops, something went wrong.
Binary file added
BIN
+523 Bytes
...s_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_t_connection_n.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...s_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_t_connection_s.png
Oops, something went wrong.
Binary file added
BIN
+507 Bytes
...s_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_t_connection_w.png
Oops, something went wrong.
Binary file added
BIN
+556 Bytes
...pngs_normal_32x32/terrain/t_sconc_wall_black/t_sconc_wall_black_unconnected.png
Oops, something went wrong.
Oops, something went wrong.