Big ol refactor of scripts

This commit is contained in:
2026-04-21 23:27:53 -05:00
parent 17c924f040
commit 28ddb48896
90 changed files with 2670 additions and 4013 deletions
+1 -7
View File
@@ -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')