GUI: Added easter egg
This commit is contained in:
parent
e3888d51f4
commit
aad6c6346b
4 changed files with 1060 additions and 0 deletions
|
@ -209,6 +209,12 @@ bool GuiManager::loadNewTheme(Common::String id, ThemeEngine::GraphicsMode gfx,
|
|||
return true;
|
||||
}
|
||||
|
||||
void GuiManager::redrawFull() {
|
||||
_redrawStatus = kRedrawFull;
|
||||
redraw();
|
||||
_system->updateScreen();
|
||||
}
|
||||
|
||||
void GuiManager::redraw() {
|
||||
ThemeEngine::ShadingStyle shading;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue