Khepri now green and associated with rogue nation.
This commit is contained in:
parent
81f2dd1947
commit
ab8be196b5
|
@ -47,7 +47,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "ALLIES",
|
"name" : "ALLIES",
|
||||||
"types" : "Khepri",
|
"types" : "Lynx",
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 45,
|
"x" : 45,
|
||||||
"y" : 45,
|
"y" : 45,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -40,7 +40,7 @@ static SDL_Texture *pandoranWar;
|
||||||
static SDL_Texture *earthTexture;
|
static SDL_Texture *earthTexture;
|
||||||
static PointF earth;
|
static PointF earth;
|
||||||
static Entity fighters[NUM_FIGHTERS];
|
static Entity fighters[NUM_FIGHTERS];
|
||||||
static const char *fighterTextures[] = {"gfx/fighters/firefly.png", "gfx/fighters/hammerhead.png", "gfx/fighters/hyena.png", "gfx/fighters/khepri.png", "gfx/fighters/kingfisher.png", "gfx/fighters/leopard.png", "gfx/fighters/nymph.png", "gfx/fighters/ray.png", "gfx/fighters/rook.png", "gfx/fighters/taf.png"};
|
static const char *fighterTextures[] = {"gfx/fighters/firefly.png", "gfx/fighters/hammerhead.png", "gfx/fighters/hyena.png", "gfx/fighters/lynx.png", "gfx/fighters/kingfisher.png", "gfx/fighters/leopard.png", "gfx/fighters/nymph.png", "gfx/fighters/ray.png", "gfx/fighters/rook.png", "gfx/fighters/taf.png"};
|
||||||
static int show;
|
static int show;
|
||||||
|
|
||||||
void initTitle(void)
|
void initTitle(void)
|
||||||
|
|
Loading…
Reference in New Issue