Partial 10.36 support, also fix #499

This commit is contained in:
Sam
2014-03-12 06:39:20 +01:00
parent 9d866a3616
commit 8d8f32b081
16 changed files with 97 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ function init()
end
function bindKeys()
gameRootPanel:setAutoRepeatDelay(80)
gameRootPanel:setAutoRepeatDelay(200)
bindWalkKey('Up', North)
bindWalkKey('Right', East)