Entity modules
This commit is contained in:
+4
-2
@@ -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')
|
||||
Reference in New Issue
Block a user