various fixes
This commit is contained in:
parent
a9af97925e
commit
3ceb07f4d1
61 changed files with 49695 additions and 25250 deletions
2
main.lua
2
main.lua
|
|
@ -34,7 +34,7 @@ function love.load()
|
|||
inputTimer = Timer.new()
|
||||
|
||||
currentRoom = Room:new{
|
||||
name = "test"
|
||||
name = "start" -- TEMP: load a migrated level to eyeball it; revert once the room picker lands
|
||||
}
|
||||
|
||||
response = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue