input remapping + mouse control
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -28,12 +28,12 @@ function TTGIntroWindow.update()
|
||||
end
|
||||
|
||||
-- Count menu_back presses during the intro
|
||||
if Input.menu_back() then
|
||||
if Input.back() then
|
||||
TTGIntroWindow.space_count = TTGIntroWindow.space_count + 1
|
||||
end
|
||||
|
||||
TTGIntroWindow.timer = TTGIntroWindow.timer - 1
|
||||
if TTGIntroWindow.timer <= 0 or Input.menu_confirm() then
|
||||
if TTGIntroWindow.timer <= 0 or Input.select() then
|
||||
-- Evaluate exactly 3 presses at the end of the intro
|
||||
if TTGIntroWindow.space_count == 3 then
|
||||
Context.test_mode = true
|
||||
|
||||
Reference in New Issue
Block a user