Move all engine changes into plugin
This commit is contained in:
parent
040a56c09f
commit
c39ec970f1
10 changed files with 452 additions and 74 deletions
|
@ -39,7 +39,6 @@ Game_Temp.prototype.reservedCommonEvent = function () {
|
|||
};
|
||||
|
||||
Game_Temp.prototype.setDestination = function (x, y) {
|
||||
return;
|
||||
this._destinationX = x;
|
||||
this._destinationY = y;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue