Entity modules

This commit is contained in:
2026-04-20 16:50:16 -05:00
parent 1646dc2dbd
commit d161182997
24 changed files with 664 additions and 54 deletions
+4 -2
View File
@@ -25,7 +25,6 @@ elseif DOLPHIN then
inputBind("right", INPUT_ACTION_RIGHT)
inputBind("b", INPUT_ACTION_CANCEL)
inputBind("a", INPUT_ACTION_ACCEPT)
-- inputBind("z", INPUT_ACTION_RAGEQUIT)
inputBind("z", INPUT_ACTION_CONSOLE)
inputBind("lstick_up", INPUT_ACTION_UP)
inputBind("lstick_down", INPUT_ACTION_DOWN)
@@ -76,4 +75,7 @@ elseif LINUX then
else
print("Unknown platform, no default input bindings set.")
end
end
-- Hand off to initial scene.
sceneSet('test/scene.lua')