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