1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Add wide background for setup screens

This commit is contained in:
Mathieu Schroeter 2018-07-22 23:14:04 +02:00
parent ade83281cf
commit c9c4944e6a
4 changed files with 12 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

View File

@ -862,6 +862,14 @@ DoInit (int argc, char * argv[], bool & exit)
if (!g_pPixmap->Cache (CHBACKBOOK, "image/back-book.png", totalDim, iconDim))
return EXIT_FAILURE;
totalDim.x = LXLOGIC ();
totalDim.y = LYLOGIC ();
iconDim.x = 0;
iconDim.y = 0;
if (!g_pPixmap->Cache (
CHBACKSETUP, "image/back-setup.png", totalDim, iconDim))
return EXIT_FAILURE;
totalDim.x = LXLOGIC ();
totalDim.y = LYLOGIC ();
iconDim.x = 0;

View File

@ -88,6 +88,7 @@
#define CHBACKBOOK 17
#define CHBACKCHESTR 18
#define CHBACKCHESTW 19
#define CHBACKSETUP 20
#define MAX_PRIVATE_MISSIONS 20

View File

@ -417,7 +417,7 @@ static Phase table[] =
{
EV_PHASE_SETUP,
"image/setup01.png",
CHNONE,
CHBACKSETUP,
CPixmap::Mode::FIX,
false,
{
@ -496,7 +496,7 @@ static Phase table[] =
{
EV_PHASE_SETUPp,
"image/setup01.png",
CHNONE,
CHBACKSETUP,
CPixmap::Mode::FIX,
false,
{
@ -1524,7 +1524,7 @@ static Phase table[] =
{
EV_PHASE_SETTINGS,
"image/setup00.png",
CHNONE,
CHBACKSETUP,
CPixmap::Mode::FIX,
false,
{