mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Map objects
This commit is contained in:
@@ -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": {
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
graphics/wall_vent.png
Normal file
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 |
@@ -591,6 +591,14 @@
|
||||
{
|
||||
"MapObject": "scratch",
|
||||
"Positions": [[13, 10]]
|
||||
},
|
||||
{
|
||||
"MapObject": "map",
|
||||
"Positions": [[5, 12]]
|
||||
},
|
||||
{
|
||||
"MapObject": "wall_vent",
|
||||
"Positions": [[9, 10]]
|
||||
}],
|
||||
"StaticCharacters": [],
|
||||
"StaticObjectives": [],
|
||||
|
Reference in New Issue
Block a user