mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Bones
This commit is contained in:
@@ -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
BIN
graphics/bones.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
5
graphics/bones.txt
Normal file
5
graphics/bones.txt
Normal 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/
|
@@ -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": [],
|
||||
|
Reference in New Issue
Block a user