Merge pull request #975 from aap/lcs

loadscreens, not accurate
This commit is contained in:
aap 2021-01-22 00:59:13 +01:00 committed by GitHub
commit de10f0dda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 31 deletions

View file

@ -5574,7 +5574,7 @@ CMenuManager::DrawQuitGameScreen(void)
static CSprite2d *splash = nil;
if (splash == nil)
splash = LoadSplash("OUTRO");
splash = LoadSplash("sceelee");
m_aFrontEndSprites[MENUSPRITE_VCLOGO].Draw(CRect(MENU_X(28.0f), MENU_Y(8.0f), MENU_X(157.0f), MENU_Y(138.0f)), CRGBA(255, 255, 255, -(m_nMenuFadeAlpha + 1)));