Add buttons for Replay, add MENU to go out after finishing game or in 20G Training mode

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-24 23:26:19 +07:00
parent 6966177ee3
commit 96809a46f6
6 changed files with 102 additions and 65 deletions

View File

@@ -15,6 +15,9 @@ end
CONFIG_FILE = 'config.sav'
HIscoreFILE = 'hiscores.sav'
CURRENT_OS = love.system.getOS()
MOBILE = CURRENT_OS == "Android" or CURRENT_OS == "iOS"
LOADING_IMAGE_FILE = love.graphics.newImage('res/loading.png')
--- Show the loading text while we are loading resources<br>
--- **WARNING**: should only be used while loading the game!