Map objects

This commit is contained in:
Cong
2021-03-19 22:46:44 +11:00
parent c7ce94d8b4
commit c672232740
6 changed files with 28 additions and 0 deletions

View File

@@ -1471,6 +1471,26 @@
"Health": 0,
"Flags": ["OnWall"]
},
{
"Name": "map",
"Pic": {
"Type": "Normal",
"Pic": "map"
},
"Offset": [-6, -10],
"Health": 0,
"Flags": ["OnWall"]
},
{
"Name": "wall_vent",
"Pic": {
"Type": "Normal",
"Pic": "wall_vent"
},
"Offset": [-4, -3],
"Health": 0,
"Flags": ["OnWall", "Outside"]
},
{
"Name": "bone_blood",
"Pic": {

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
graphics/wall_vent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B

View File

@@ -591,6 +591,14 @@
{
"MapObject": "scratch",
"Positions": [[13, 10]]
},
{
"MapObject": "map",
"Positions": [[5, 12]]
},
{
"MapObject": "wall_vent",
"Positions": [[9, 10]]
}],
"StaticCharacters": [],
"StaticObjectives": [],