Add a new dead_body sprite for things that are dead but you can't loot them.
This commit is contained in:
parent
0d889cd0ff
commit
97fe02d99d
43 changed files with 11 additions and 6 deletions
|
@ -209,6 +209,11 @@
|
|||
{"path": "assets/items/dubious_combination.png",
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"dead_body":
|
||||
{"path": "assets/sprites/dead_body.png",
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
}
|
||||
},
|
||||
"worldgen": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue