Love:Mike: updated for 10.x compat
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user