Iniital version of second INF corvette.
This commit is contained in:
parent
039c354df0
commit
bd6ef78687
|
@ -11,6 +11,62 @@
|
||||||
"x" : 0,
|
"x" : 0,
|
||||||
"y" : -80,
|
"y" : -80,
|
||||||
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component1.png",
|
||||||
|
"x" : -32,
|
||||||
|
"y" : -75,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component1.png",
|
||||||
|
"x" : 32,
|
||||||
|
"y" : -75,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component2.png",
|
||||||
|
"x" : -95,
|
||||||
|
"y" : 195,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component2.png",
|
||||||
|
"x" : 95,
|
||||||
|
"y" : 195,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component3.png",
|
||||||
|
"x" : -30,
|
||||||
|
"y" : 210,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component3.png",
|
||||||
|
"x" : 30,
|
||||||
|
"y" : 210,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component4.png",
|
||||||
|
"x" : -24,
|
||||||
|
"y" : -20,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"health" : 150,
|
||||||
|
"texture" : "gfx/capitalShips/infCorvette02/component4.png",
|
||||||
|
"x" : 24,
|
||||||
|
"y" : -20,
|
||||||
|
"flags" : "EF_TAKES_DAMAGE+EF_STATIC"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"guns" : [
|
"guns" : [
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 488 B |
Binary file not shown.
After Width: | Height: | Size: 489 B |
Binary file not shown.
After Width: | Height: | Size: 929 B |
Binary file not shown.
After Width: | Height: | Size: 732 B |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue