Added rocket configuration.

This commit is contained in:
Steve 2015-11-22 08:17:05 +00:00
parent 597f6f5cb7
commit 3c9ba50930
1 changed files with 8 additions and 0 deletions

View File

@ -37,5 +37,13 @@
"textureName" : "gfx/bullets/laser.png",
"sound" : "SND_LASER",
"flags" : "BF_SHIELD_DAMAGE"
},
{
"type" : "BT_ROCKET",
"damage" : 50,
"textureName" : "gfx/bullets/missile.png",
"sound" : "SND_MISSILE",
"flags" : "BF_ENGINE+BF_EXPLODES"
}
]