src: load boost levels at startup

This commit is contained in:
Kazhnuz 2019-02-03 20:34:50 +01:00
parent 74a29fca3b
commit 68d05e53b6
1 changed files with 1 additions and 1 deletions

View File

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