diff options
-rw-r--r-- | main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -116,7 +116,6 @@ function love.keypressed(key) table.insert(nauts, {naut.name, naut.controller}) end local new = World:new(map, nauts) - Scene:delete() changeScene(new) end end |