This commit is contained in:
Your Name 2026-08-07 03:22:28 -04:00
parent f8e3d78332
commit b9b0726506
6 changed files with 140 additions and 81 deletions

View file

@ -33,8 +33,9 @@ function love.load()
inputTimer = Timer.new()
currentRoom = Room:new{
name = "start" -- TEMP: load a migrated level to eyeball it; revert once the room picker lands
name = gameWorld.lastRoom or "start"
}
gameWorld:setLastRoom(currentRoom.name)
setEditorRoomName(currentRoom.name)
response = ""