Fix virtual button method

This commit is contained in:
SweetSea-ButImNotSweet
2024-05-27 20:18:24 +07:00
parent 5cc3cae343
commit 7cf450868a
4 changed files with 9 additions and 4 deletions

View File

@@ -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