summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-07-12 11:09:05 +0200
committerAki <nthirtyone@gmail.com>2017-07-12 11:09:05 +0200
commit6c6e2fe6ec84ec57f6336fa9d6e4136c0e1c9513 (patch)
treea93776e6f624773cbf11aeb53ed4c4ef05500d4f /main.lua
parentea694c3659c801effaaf3361d3713f20517de3f5 (diff)
downloadroflnauts-6c6e2fe6ec84ec57f6336fa9d6e4136c0e1c9513.zip
roflnauts-6c6e2fe6ec84ec57f6336fa9d6e4136c0e1c9513.tar.gz
roflnauts-6c6e2fe6ec84ec57f6336fa9d6e4136c0e1c9513.tar.bz2
All changeScene calls replaced with proper SceneManager calls
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.lua b/main.lua
index 869cac8..ac04383 100644
--- a/main.lua
+++ b/main.lua
@@ -15,11 +15,6 @@ end
musicPlayer = require "not.MusicPlayer"()
sceneManager = require "not.SceneManager"()
--- TODO: This is a temporary wrapper! Remove all use cases of `changeScene()`.
-function changeScene (scene)
- sceneManager:changeScene(scene)
-end
-
-- Require
require "iconsList"
require "not.World"