Expand size of titlescreenbkgd to fill larger displays

Due to the repetition, this 1422x913 version of the title screen
background doesn’t look overly great. However, it’s better than using a
small image that can’t fill larger screens.
This commit is contained in:
Nathan Fulton 2016-03-27 23:05:53 -04:00
parent bdbe1647dd
commit 00345c52cd
5 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 KiB

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

@ -130,8 +130,8 @@ void HostHelpers::GetSurfaceProperties(SurfaceProperties *pprops)
{
int cxScreen, cyScreen;
cxScreen = 568;
cyScreen = 320;
cxScreen = 800;
cyScreen = 600;
pprops->cxWidth = cxScreen;
pprops->cyHeight = cyScreen;