summaryrefslogtreecommitdiffhomepage
path: root/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'menu.lua')
-rw-r--r--menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.lua b/menu.lua
index 5371265..11b8812 100644
--- a/menu.lua
+++ b/menu.lua
@@ -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