[Add] Actual landing image.
This commit is contained in:
parent
9773d9b19a
commit
13473611ae
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 208 KiB |
@ -20,7 +20,7 @@ void land(Planet* p) {
|
|||||||
|
|
||||||
// Pretty display.
|
// Pretty display.
|
||||||
window_addText(land_wid, 0., -20., LAND_WIDTH, 1, "txtPlanet", NULL, &cBlack, p->name);
|
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.
|
// Buttons.
|
||||||
window_addButton(land_wid, -20, 20, BUTTON_WIDTH, BUTTON_HEIGHT,
|
window_addButton(land_wid, -20, 20, BUTTON_WIDTH, BUTTON_HEIGHT,
|
||||||
"btnTakeoff", "Takeoff", (void(*)(char*))takeoff);
|
"btnTakeoff", "Takeoff", (void(*)(char*))takeoff);
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#define SYSTEM_DATA "../dat/ssys.xml"
|
#define SYSTEM_DATA "../dat/ssys.xml"
|
||||||
|
|
||||||
#define PLANET_GFX_SPACE "../gfx/planet/space/"
|
#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_W 400
|
||||||
#define PLANET_GFX_EXTERIOR_H 400
|
#define PLANET_GFX_EXTERIOR_H 400
|
||||||
|
Loading…
Reference in New Issue
Block a user