Add box3_gas map object

This commit is contained in:
Cong
2016-11-21 00:21:28 +11:00
parent 3db2ce3f9a
commit 666d9cf17d
5 changed files with 23 additions and 5 deletions

View File

@@ -868,6 +868,20 @@
"DrawLast": true,
"Flags": ["Outside", "OneWall"]
},
{
"Name": "box3_gas",
"Pic": {
"Type": "Animated",
"Sprites": "box3_gas",
"TicksPerFrame": 16
},
"Wreck": "box3",
"Health": 20,
"DestroyGuns": [
"gas_poison_explosion"
],
"Flags": ["Outside", "OneWall"]
},
{
"Name": "box3",
"Pic": {

BIN
graphics/box3_gas_16x21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

View File

@@ -0,0 +1,4 @@
Adapted from Sci-Fi Object Set by Janna
http://opengameart.org/content/sci-fi-object-set
http://creativecommons.org/publicdomain/zero/1.0/

View File

@@ -232,7 +232,7 @@
"Density": 15
},
{
"MapObject": "box3",
"MapObject": "box3_gas",
"Density": 10
},
{
@@ -787,7 +787,7 @@
"Density": 20
},
{
"MapObject": "box3",
"MapObject": "box3_gas",
"Density": 15
},
{
@@ -848,4 +848,4 @@
"Max": 3
}
}]
}
}

View File

@@ -1566,7 +1566,7 @@
"Density": 10
},
{
"MapObject": "box3",
"MapObject": "box_metal_green",
"Density": 5
},
{
@@ -1684,7 +1684,7 @@
"Density": 10
},
{
"MapObject": "box3",
"MapObject": "box_metal_green",
"Density": 5
},
{