This commit is contained in:
Cong
2021-04-03 17:54:13 +11:00
parent 18237bf17b
commit d457d04eff
4 changed files with 19 additions and 0 deletions

View File

@@ -1649,6 +1649,15 @@
"Health": 0,
"DrawBelow": true
},
{
"Name": "bones2",
"Pic": {
"Type": "Normal",
"Pic": "bones2"
},
"Health": 0,
"DrawBelow": true
},
{
"Name": "gibs",
"Pic": {

BIN
graphics/bones2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

6
graphics/bones2.txt Normal file
View File

@@ -0,0 +1,6 @@
Adapted from [LPC] Dungeon Elements
By Sharm and William.Thompsonj
https://opengameart.org/content/lpc-dungeon-elements
http://opengameart.org/content/oga-by-30-faq
https://creativecommons.org/licenses/by/4.0/

View File

@@ -1029,6 +1029,10 @@
{
"MapObject": "bones",
"Positions": [[31, 9]]
},
{
"MapObject": "bones2",
"Positions": [[17, 11]]
}],
"StaticCharacters": [],
"StaticObjectives": [],