Skip to content

Commit

Permalink
Changed with Tutorial Keybinder's existence in mind.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetro48 committed Feb 17, 2023
1 parent 4577cfa commit 98748c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/title.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local TitleScene = Scene:extend()
TitleScene.title = "Title"
TitleScene.restart_message = false

local enter_pressed = false
local enter_pressed = not (config and config.input)
local menu_frames = 0

local main_menu_screens = {
Expand Down

0 comments on commit 98748c6

Please sign in to comment.