diff options
author | Aki <nthirtyone@gmail.com> | 2017-07-12 11:09:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-07-12 11:09:05 +0200 |
commit | 6c6e2fe6ec84ec57f6336fa9d6e4136c0e1c9513 (patch) | |
tree | a93776e6f624773cbf11aeb53ed4c4ef05500d4f /main.lua | |
parent | ea694c3659c801effaaf3361d3713f20517de3f5 (diff) | |
download | roflnauts-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.lua | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |