mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix various bugs
- Sometimes keyboard suddenly closed while a key is being pressed on mobile (TEST) - Fix navigation issue in replay scene - Fix Confirm key is not usable as Restart in 20G Training
This commit is contained in:
@@ -12,7 +12,6 @@ local GameMode = Object:extend()
|
||||
|
||||
function GameMode:new(player_name, input_file, replay_grade)
|
||||
VCTRL.toggle(MOBILE and not input_file and not SETTINGS.tvMode)
|
||||
if MOBILE and not SETTINGS.tvMode then love.keyboard.setTextInput(false) end
|
||||
VCTRL.reset()
|
||||
|
||||
if player_name == nil then self.training = true else self.training = false end
|
||||
|
||||
Reference in New Issue
Block a user