mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add widescreen background for bye screen
This commit is contained in:
parent
c9c4944e6a
commit
a6b35337b5
BIN
resources/image/back-bye.png
Normal file
BIN
resources/image/back-bye.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -886,6 +886,13 @@ DoInit (int argc, char * argv[], bool & exit)
|
||||
CHBACKCHESTW, "image/back-chest-w.png", totalDim, iconDim))
|
||||
return EXIT_FAILURE;
|
||||
|
||||
totalDim.x = LXLOGIC ();
|
||||
totalDim.y = LYLOGIC ();
|
||||
iconDim.x = 0;
|
||||
iconDim.y = 0;
|
||||
if (!g_pPixmap->Cache (CHBACKBYE, "image/back-bye.png", totalDim, iconDim))
|
||||
return EXIT_FAILURE;
|
||||
|
||||
totalDim.x = DIMCELX * 2 * 16;
|
||||
totalDim.y = DIMCELY * 2 * 6;
|
||||
iconDim.x = DIMCELX * 2;
|
||||
|
@ -89,6 +89,7 @@
|
||||
#define CHBACKCHESTR 18
|
||||
#define CHBACKCHESTW 19
|
||||
#define CHBACKSETUP 20
|
||||
#define CHBACKBYE 21
|
||||
|
||||
#define MAX_PRIVATE_MISSIONS 20
|
||||
|
||||
|
@ -1492,7 +1492,7 @@ static Phase table[] =
|
||||
{
|
||||
EV_PHASE_BYE,
|
||||
"image/bye.png",
|
||||
CHNONE,
|
||||
CHBACKBYE,
|
||||
CPixmap::Mode::FIX,
|
||||
false,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user