mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added angular throwing
This commit is contained in:
parent
9100215ceb
commit
d24ab60756
12 changed files with 93 additions and 34 deletions
|
|
@ -33,7 +33,7 @@ function(Parent, Nc, Parser, Settings) {
|
|||
};
|
||||
|
||||
PlayerController.prototype.handActionRequest = function(options) {
|
||||
if (options) this.player.handActionRequest(options.x, options.y);
|
||||
if (options) this.player.handActionRequest(options);
|
||||
};
|
||||
|
||||
PlayerController.prototype.suicide = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue