设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 6167|回复: 7
打印 上一主题 下一主题

[搬运汉化] RPG Maker MV 1.2.0 版更新日志

[复制链接]

Lv5.捕梦者

梦石
0
星屑
22032
在线时间
8575 小时
注册时间
2011-12-31
帖子
3362
1
发表于 2016-4-21 17:03:56 | 显示全部楼层
http://ktnhmv.jugem.jp/?eid=38
今次js的修正的地方
main.js
rpg_managers.js
rpg_scenes.js
無改変

rpg_objects.js
1092行目改変。(if (this._rotationSpeed > 0) {  >> if (this._rotationSpeed !== 0) {)
圖片回転修正
rpg_core.js
4754行目下追加
TilingSprite.prototype.generateTilingTexture = function(arg) {
    PIXI.TilingSprite.prototype.generateTilingTexture.call(this, arg);
    // Purge from Pixi's Cache
    if (this.tilingTexture.canvasBuffer)
        PIXI.Texture.removeTextureFromCache(this.tilingTexture.canvasBuffer.canvas._pixiId);
};

rpg_sprites.js
1431行目〜
Sprite_Animation.prototype.updateCellSprite処理部分改変
sprite.visible = this._target.visible; >> sprite.visible = true;
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-16 11:51

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表