ENGINES: Use new logo for splash screen
This commit is contained in:
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 |
|
@ -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());
|
||||
|
|
1849
engines/logo_data.h
1849
engines/logo_data.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue