Love:Mike: updated for 10.x compat
This commit is contained in:
parent
7288d660ab
commit
2e1fff90e8
@ -7,7 +7,7 @@ function Gamestates.title_draw()
|
||||
end
|
||||
|
||||
function Gamestates.title_update()
|
||||
if love.keyboard.isDown(" ") then
|
||||
if love.keyboard.isDown("space") then
|
||||
gamestate.draw = Gamestates.main_draw
|
||||
gamestate.update = Gamestates.main_update
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user