mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Support custom pause and banner graphics
This commit is contained in:
@@ -88,9 +88,9 @@ void DoPause (void)
|
||||
QSetRect(&bounds, 0, 0, 214, 54);
|
||||
CenterRectInRect(&bounds, &houseRect);
|
||||
if (isEscPauseKey)
|
||||
LoadScaledGraphic(surface, kEscPausePictID, &bounds);
|
||||
LoadScaledGraphicCustom(surface, kEscPausePictID, &bounds);
|
||||
else
|
||||
LoadScaledGraphic(surface, kTabPausePictID, &bounds);
|
||||
LoadScaledGraphicCustom(surface, kTabPausePictID, &bounds);
|
||||
|
||||
const KeyDownStates *theKeys = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user