set 'Stage' as default room on boot

This commit is contained in:
yuki 2025-11-11 03:21:58 -03:00
parent 89f9bd1913
commit 16f9233ea8

View file

@ -60,6 +60,8 @@ function love.load()
}
}
camera = Camera()
gotoRoom('Stage')
end
function love.update(dt)