main: reuse the level as main scene for the moment
This commit is contained in:
parent
5d95b50b97
commit
ecaef7d8b5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function love.load()
|
||||||
core = Core()
|
core = Core()
|
||||||
game = Game()
|
game = Game()
|
||||||
|
|
||||||
scenes.test()
|
scenes.boost()
|
||||||
end
|
end
|
||||||
|
|
||||||
function love.update(dt)
|
function love.update(dt)
|
||||||
|
|
Loading…
Reference in a new issue