Added story flags
This commit is contained in:
@@ -31,10 +31,9 @@ else
|
||||
inputBind("enter", INPUT_ACTION_ACCEPT)
|
||||
inputBind("e", INPUT_ACTION_ACCEPT)
|
||||
|
||||
inputBind("escape", INPUT_ACTION_CANCEL)
|
||||
inputBind("q", INPUT_ACTION_CANCEL)
|
||||
|
||||
inputBind("z", INPUT_ACTION_RAGEQUIT)
|
||||
|
||||
inputBind("escape", INPUT_ACTION_RAGEQUIT)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ end
|
||||
function sceneUpdate()
|
||||
end
|
||||
|
||||
|
||||
function sceneRender()
|
||||
cameraPushMatrix(camera)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user