1
0
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:
Mathieu Schroeter 2018-07-23 07:27:20 +02:00
parent c9c4944e6a
commit a6b35337b5
4 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -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;

View File

@ -89,6 +89,7 @@
#define CHBACKCHESTR 18
#define CHBACKCHESTW 19
#define CHBACKSETUP 20
#define CHBACKBYE 21
#define MAX_PRIVATE_MISSIONS 20

View File

@ -1492,7 +1492,7 @@ static Phase table[] =
{
EV_PHASE_BYE,
"image/bye.png",
CHNONE,
CHBACKBYE,
CPixmap::Mode::FIX,
false,
{