ENGINES: Use new logo for splash screen

This commit is contained in:
Thierry Crozat 2019-03-30 23:21:55 +00:00
parent fa7688a931
commit fa50678125
3 changed files with 780 additions and 1071 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -235,7 +235,7 @@ void splashScreen() {
// Fill with orange
Graphics::Surface screen;
screen.create(g_system->getOverlayWidth(), g_system->getOverlayHeight(), g_system->getOverlayFormat());
screen.fillRect(Common::Rect(screen.w, screen.h), screen.format.ARGBToColor(0xff, 0xd4, 0x75, 0x0b));
screen.fillRect(Common::Rect(screen.w, screen.h), screen.format.ARGBToColor(0xff, 0xcc, 0x66, 0x00));
// Load logo
Graphics::Surface *logo = bitmap.getSurface()->convertTo(g_system->getOverlayFormat(), bitmap.getPalette());

File diff suppressed because it is too large Load diff