diff options
Diffstat (limited to 'menu.lua')
-rw-r--r-- | menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,6 +160,6 @@ end -- WARUDO function Menu:startGame() - local world = World:new("emo", self:getNauts()) + local world = World:new("default", self:getNauts()) changeScene(world) end |