[Add] Actual landing image.

This commit is contained in:
Allanis 2013-02-19 00:41:47 +00:00
parent 9773d9b19a
commit 13473611ae
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -20,7 +20,7 @@ void land(Planet* p) {
// Pretty display.
window_addText(land_wid, 0., -20., LAND_WIDTH, 1, "txtPlanet", NULL, &cBlack, p->name);
//window_addImage(land_wid, 20., -440, "imgPlanet", p->gfx_exterior);
window_addImage(land_wid, 20., -440, "imgPlanet", p->gfx_exterior);
// Buttons.
window_addButton(land_wid, -20, 20, BUTTON_WIDTH, BUTTON_HEIGHT,
"btnTakeoff", "Takeoff", (void(*)(char*))takeoff);

View File

@ -21,7 +21,7 @@
#define SYSTEM_DATA "../dat/ssys.xml"
#define PLANET_GFX_SPACE "../gfx/planet/space/"
#define PLANET_GFX_EXTERIOR "../gfx/planer/exterior/"
#define PLANET_GFX_EXTERIOR "../gfx/planet/exterior/"
#define PLANET_GFX_EXTERIOR_W 400
#define PLANET_GFX_EXTERIOR_H 400