This commit is contained in:
Cong
2021-04-03 17:46:06 +11:00
parent c80e348f99
commit 18237bf17b
4 changed files with 24 additions and 1 deletions

View File

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

BIN
graphics/bones.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

5
graphics/bones.txt Normal file
View File

@@ -0,0 +1,5 @@
Adapted from Dungeon Tileset
By Calciumtrice
https://opengameart.org/content/dungeon-tileset-1
http://creativecommons.org/licenses/by/3.0/

View File

@@ -915,7 +915,8 @@
{
"MapObject": "spotlight",
"Positions": [[25, 1],
[23, 1]]
[23, 1],
[30, 9]]
},
{
"MapObject": "chandelier",
@@ -1020,6 +1021,14 @@
{
"MapObject": "flag",
"Positions": [[27, 9]]
},
{
"MapObject": "skull2",
"Positions": [[29, 9]]
},
{
"MapObject": "bones",
"Positions": [[31, 9]]
}],
"StaticCharacters": [],
"StaticObjectives": [],