Project1

标题: 如何指定[气球图标]显示的Y轴偏移? [打印本页]

作者: play337    时间: 2021-12-27 22:11
标题: 如何指定[气球图标]显示的Y轴偏移?
如何指定[气球图标]显示的Y轴偏移?

原本找到一个
https://forums.rpgmakerweb.com/i ... n-positions.126282/

不过他会一直出现很奇怪的广告 要你去下载甚麽东西的 很讨厌

有没有办法可以用脚本就可以做到呢?
作者: xiamumomo    时间: 2021-12-27 22:54
JAVASCRIPT 代码复制下载
  1. Sprite_Balloon.prototype.initMembers = function() {
  2.     this._balloonId = 0;
  3.     this._duration = 0;
  4.     this.anchor.x = 0.5;
  5.     this.anchor.y = 1;
  6.     this.z = 7;
  7. };

我刚刚测试将this.anchor.y = 1;的值为变量$gameVariables.value(4)也就是直接修改成this.anchor.y = $gameVariables.value(4);
只要根据游戏中变量设定数值就好了




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1