Change special code, add a way to skip keys

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-26 21:30:56 +07:00
parent 4b001cdf57
commit 478a8bf49e
5 changed files with 47 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ local Randomizer = require 'game.randomizer'
local GameMode = Object:extend()
function GameMode:new(player_name, input_file, replay_grade)
VCTRL.toggle(MOBILE and not input_file)
VCTRL.toggle(MOBILE and not input_file and not SETTINGS.tvMode)
if player_name == nil then self.training = true else self.training = false end
if input_file ~= nil then