mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix virtual button method
This commit is contained in:
@@ -15,6 +15,8 @@ local main_menu_screens = {
|
||||
}
|
||||
|
||||
function TitleScene:new()
|
||||
VCTRL.clearAll() -- Reset the RESTART button state
|
||||
VCTRL.new(SETTINGS.input.virtual)
|
||||
if SOUNDS['bgm_firsthalf']:isPlaying() or SOUNDS['bgm_secondhalf']:isPlaying() or not SETTINGS["music"] then
|
||||
love.audio.stop()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user