-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added: skull sprites [light red and blue]; [wip] corpse_tentacle sprites connected: corpse_surface to light red skull; corpse_tentacle_*entry to blue skull; corpse_tentacle to various corpse_tentacle sprites * added: light blue skull changed: various corpse_tentacle sprites removed: (effectively) unused tentacle sprites * added: red pond, light red pond, red skull connected: various 'corpse_bowels' to light red pond; 'corpse_bowels_tentacle_edge' to red pond, various corpse head related overmap tiles to red skull * connected: various bee hive hives to yellow hive * added: yellow square connected: barber shop to light blue shop; solar farm to yellow square; residential hunting lodge basement 3 and 4 to big brown house
- Loading branch information
Showing
22 changed files
with
118 additions
and
3 deletions.
There are no files selected for viewing
Binary file added
BIN
+140 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+141 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+142 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+136 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+126 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+132 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+119 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+115 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+124 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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
+113 Bytes
gfx/Larwick_Overmap/pngs_overmap_16x16/corpse_tentacle/tentacle_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.
82 changes: 82 additions & 0 deletions
82
gfx/Larwick_Overmap/pngs_overmap_16x16/go_overmap_corpse.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,82 @@ | ||
[ | ||
{ | ||
"id": [ | ||
"corpse_surface" | ||
], | ||
"fg": "skull_light_red" | ||
}, | ||
{ | ||
"id": [ | ||
"corpse_tentacle_surface_entry", | ||
"corpse_tentacle_entry" | ||
], | ||
"fg": "skull_blue" | ||
}, | ||
{ | ||
"id": "corpse_tentacle", | ||
"fg": "skull_light_blue", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"tentacle_corner_nw", | ||
"tentacle_corner_sw", | ||
"tentacle_corner_se", | ||
"tentacle_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"tentacle_edge_ns", | ||
"tentacle_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"tentacle_end_piece_n", | ||
"tentacle_end_piece_w", | ||
"tentacle_end_piece_s", | ||
"tentacle_end_piece_e" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": [ | ||
"corpse_bowels_mid", | ||
"corpse_bowels_empty_edge", | ||
"corpse_bowels_lcorner", | ||
"corpse_bowels_rcorner", | ||
"corpse_bowels_neck_left", | ||
"corpse_bowels_neck_right", | ||
"corpse_bowels_neck_edge_center" | ||
], | ||
"fg": "pond_light_red" | ||
}, | ||
{ | ||
"id": [ | ||
"corpse_bowels_tentacle_edge" | ||
], | ||
"fg": "pond_red" | ||
}, | ||
{ | ||
"id": [ | ||
"corpse_neck", | ||
"corpse_neck_center", | ||
"corpse_head_neck_center", | ||
"corpse_head_neck_l", | ||
"corpse_head_neck_r", | ||
"corpse_head", | ||
"corpse_head_lcorner", | ||
"corpse_head_rcorner", | ||
"corpse_head_edge", | ||
"corpse_under_brain", | ||
"corpse_brain", | ||
"corpse_head_fin" | ||
], | ||
"fg": "skull_red" | ||
} | ||
] |
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.
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.
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.
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.