main: reuse the level as main scene for the moment

This commit is contained in:
Kazhnuz 2019-02-14 20:50:32 +01:00
parent 5d95b50b97
commit ecaef7d8b5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function love.load()
core = Core()
game = Game()
scenes.test()
scenes.boost()
end
function love.update(dt)