mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-10 21:11:29 -06:00
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:
parent
bdbe1647dd
commit
00345c52cd
BIN
data/SourceArt/titlescreenbkgd-1422x913.bmp
Normal file
BIN
data/SourceArt/titlescreenbkgd-1422x913.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 MiB |
BIN
data/SourceArt/titlescreenbkgd-480x320.bmp
Normal file
BIN
data/SourceArt/titlescreenbkgd-480x320.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 600 KiB |
BIN
data/SourceArt/titlescreenbkgd-586x320.bmp
Normal file
BIN
data/SourceArt/titlescreenbkgd-586x320.bmp
Normal file
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 |
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user