allow other parts of the system to force avatar to move forward

This commit is contained in:
Darren Ranalli 2005-03-29 04:28:03 +00:00
parent cf8303421f
commit 25dcb6e3cb

View File

@ -35,6 +35,7 @@ class ControlManager:
inputState.watch("forward", "alt-arrow_up", "arrow_up-up")
inputState.watch("forward", "control-alt-arrow_up", "arrow_up-up")
inputState.watch("forward", "shift-arrow_up", "arrow_up-up")
inputState.watch("forward", "force-forward", "force-forward-stop")
inputState.watch("reverse", "arrow_down", "arrow_down-up")
inputState.watch("reverse", "control-arrow_down", "arrow_down-up")