set 'Stage' as default room on boot
This commit is contained in:
parent
89f9bd1913
commit
16f9233ea8
1 changed files with 2 additions and 0 deletions
2
main.lua
2
main.lua
|
|
@ -60,6 +60,8 @@ function love.load()
|
|||
}
|
||||
}
|
||||
camera = Camera()
|
||||
|
||||
gotoRoom('Stage')
|
||||
end
|
||||
|
||||
function love.update(dt)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue