Relocated corvette graphics.

This commit is contained in:
Steve 2015-12-10 17:50:03 +00:00
parent 3ab78a070a
commit 1fa033bc7e
7 changed files with 13 additions and 13 deletions

View File

@ -3,60 +3,60 @@
"health" : 0, "health" : 0,
"shield" : 500, "shield" : 500,
"shieldRechargeRate" : 60, "shieldRechargeRate" : 60,
"texture" : "gfx/capitalShips/test/body.png", "texture" : "gfx/capitalShips/corvette/body.png",
"components" : [ "components" : [
{ {
"health" : 150, "health" : 150,
"texture" : "gfx/capitalShips/test/core.png", "texture" : "gfx/capitalShips/corvette/core.png",
"x" : 0, "x" : 0,
"y" : -125, "y" : -125,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : -32, "x" : -32,
"y" : -200, "y" : -200,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : 32, "x" : 32,
"y" : -200, "y" : -200,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : -110, "x" : -110,
"y" : -30, "y" : -30,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : 110, "x" : 110,
"y" : -30, "y" : -30,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : 0, "x" : 0,
"y" : 0, "y" : 0,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : 0, "x" : 0,
"y" : 50, "y" : 50,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 50, "health" : 50,
"texture" : "gfx/capitalShips/test/component.png", "texture" : "gfx/capitalShips/corvette/component.png",
"x" : 0, "x" : 0,
"y" : 100, "y" : 100,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
@ -65,28 +65,28 @@
"engines" : [ "engines" : [
{ {
"health" : 100, "health" : 100,
"texture" : "gfx/capitalShips/test/engine1.png", "texture" : "gfx/capitalShips/corvette/engine1.png",
"x" : -112, "x" : -112,
"y" : 281, "y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 100, "health" : 100,
"texture" : "gfx/capitalShips/test/engine1.png", "texture" : "gfx/capitalShips/corvette/engine1.png",
"x" : 112, "x" : 112,
"y" : 281, "y" : 281,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 100, "health" : 100,
"texture" : "gfx/capitalShips/test/engine2.png", "texture" : "gfx/capitalShips/corvette/engine2.png",
"x" : -34, "x" : -34,
"y" : 268, "y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"
}, },
{ {
"health" : 100, "health" : 100,
"texture" : "gfx/capitalShips/test/engine2.png", "texture" : "gfx/capitalShips/corvette/engine2.png",
"x" : 34, "x" : 34,
"y" : 268, "y" : 268,
"flags" : "EF_TAKES_DAMAGE+EF_STATIC" "flags" : "EF_TAKES_DAMAGE+EF_STATIC"

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 168 B

View File

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

View File

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB