mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed remote joint
This commit is contained in:
parent
0665348ae2
commit
b159bbb1cc
12 changed files with 143 additions and 29 deletions
|
|
@ -33,10 +33,6 @@ define(function () {
|
|||
if(options) this.player.lookAt(options.x, options.y);
|
||||
}
|
||||
|
||||
PlayerController.prototype.handAction = function(options) {
|
||||
if (options) this.player.handAction(options.x, options.y);
|
||||
};
|
||||
|
||||
PlayerController.prototype.update = function () {
|
||||
if(this._walkingDirectionStatus != 0) {
|
||||
this.player.move(this._walkingDirectionStatus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue