src: load boost levels at startup
This commit is contained in:
parent
74a29fca3b
commit
68d05e53b6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function love.load()
|
|||
core = Core()
|
||||
game = Game()
|
||||
|
||||
scenes.title()
|
||||
scenes.boost()
|
||||
end
|
||||
|
||||
function love.update(dt)
|
||||
|
|
Loading…
Reference in a new issue