Big ol refactor of scripts
This commit is contained in:
+1
-7
@@ -1,8 +1,3 @@
|
||||
module('input')
|
||||
module('platform')
|
||||
module('scene')
|
||||
module('locale')
|
||||
|
||||
-- Default Input bindings.
|
||||
if PSP then
|
||||
inputBind("up", INPUT_ACTION_UP)
|
||||
@@ -77,5 +72,4 @@ else
|
||||
print("Unknown platform, no default input bindings set.")
|
||||
end
|
||||
|
||||
-- Hand off to initial scene.
|
||||
sceneSet('test/scene.lua')
|
||||
print('Inited')
|
||||
Reference in New Issue
Block a user