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
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)));