Added rocket configuration.
This commit is contained in:
parent
597f6f5cb7
commit
3c9ba50930
|
@ -37,5 +37,13 @@
|
||||||
"textureName" : "gfx/bullets/laser.png",
|
"textureName" : "gfx/bullets/laser.png",
|
||||||
"sound" : "SND_LASER",
|
"sound" : "SND_LASER",
|
||||||
"flags" : "BF_SHIELD_DAMAGE"
|
"flags" : "BF_SHIELD_DAMAGE"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type" : "BT_ROCKET",
|
||||||
|
"damage" : 50,
|
||||||
|
"textureName" : "gfx/bullets/missile.png",
|
||||||
|
"sound" : "SND_MISSILE",
|
||||||
|
"flags" : "BF_ENGINE+BF_EXPLODES"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue