前往
大廳
主題

RPG 製作大師 MZ-更動地圖行走的y軸

樟善 | 2023-07-09 10:54:19 | 巴幣 0 | 人氣 60

在js的rmmz_sprites腳本中:

Sprite_Character.prototype.updatePosition = function() {
    this.x = this._character.screenX();
    this.y = this._character.screenY()+150;
    this.z = this._character.screenZ();
};

創作回應

更多創作