Skip to content

Commit

Permalink
More children zombies (#431)
Browse files Browse the repository at this point in the history
* Edit howling waif

Makes howling waif more green

* Edit snotgobbler

Edits snotgobbler

* Various things

Adds shriekling, creepy crawler, sproglodyte
Increases saturation of zombie children clothing
Unifies zombie children into one directory and json

* Edit howling waif, again

* Whoops, I forgot to unify howling waif

I put howling waif in the same directory as the other zombie children.
I also took this opportunity to make very small edits to anklebiter and shriekling.
  • Loading branch information
acepleiades authored Jan 11, 2021
1 parent 95aba47 commit 518eefa
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 25 deletions.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"id": "mon_zombie_child",
"fg": [
{ "weight": 1, "sprite": "mon_zombie_child_1" },
{ "weight": 1, "sprite": "mon_zombie_child_2" },
{ "weight": 5, "sprite": "mon_zombie_child_1_tall" },
{ "weight": 5, "sprite": "mon_zombie_child_2_tall" }
],
"bg": "shadow_32x32_small"
},
{
"id": "mon_zombie_anklebiter",
"fg": ["mon_zombie_anklebiter"],
"bg": ["shadow_32x32_small"]
},
{
"id": "mon_zombie_creepy",
"fg": ["mon_zombie_creepy"],
"bg": ["shadow_32x32_small"]
},
{
"id": "mon_zombie_shriekling",
"fg": ["mon_zombie_shriekling"],
"bg": ["shadow_32x32_small"]
},
{
"id": "mon_zombie_snotgobbler",
"fg": ["mon_zombie_snotgobbler"],
"bg": ["shadow_32x32_small"]
},
{
"id": "mon_zombie_sproglodyte",
"fg": ["mon_zombie_sproglodyte"],
"bg": ["shadow_32x32_small"]
},
{
"id": "mon_zombie_waif",
"fg": ["howling_waif"],
"bg": ["shadow_32x32_small"]
}
]

0 comments on commit 518eefa

Please sign in to comment.