Fix protocol erros and try to fix walk delay

Not implemented CreaturesType, just fixed the protocol error reported in
#493, also try to fix #499 and #461
This commit is contained in:
conde2
2014-03-11 17:18:50 -03:00
parent d080432e14
commit 0fbba70003
4 changed files with 12 additions and 1 deletions

View File

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