Added INF Swarmer.
This commit is contained in:
parent
634d914bd9
commit
612e76fe04
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name" : "Swarmer",
|
||||
"health" : 5,
|
||||
"speed" : 2,
|
||||
"reloadTime" : 8,
|
||||
"texture" : "gfx/fighters/swarmer.png",
|
||||
"guns" : [
|
||||
{
|
||||
"type" : "BT_PARTICLE",
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}
|
||||
],
|
||||
"flags" : "EF_TAKES_DAMAGE"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue