屏幕快照 2017-05-28 下午8.38.45.png (1.14 MB, 下载次数: 61)
68.7 KB, 下载次数: 314
/* @param Turn showMaxRound * @type boolean * @desc 是否显示最大回合数 * @default true */ Ryo.showMaxRound = JSON.parse(Ryo.parameters['Turn showMaxRound'] || true); // Load Bitmaps TurnCount.prototype.loadBitmaps = function() { this._numberImg = ImageManager.loadTurn("Number"); if(Ryo.showMaxRound === true){ this._numberImg2 = ImageManager.loadTurn("Number2"); }else{ //... } } // Create Number if(Ryo.showMaxRound === true){ if (this._number2) { //... }; //... } // Update TurnCount.prototype.update = function() { //... if(Ryo.showMaxRound === true){ if (!this._number && this._numberImg.isReady() && this._numberImg2.isReady()) { this.createNumber() this.createNumber2() }; }else{ //... }
image_257.png (1.98 MB, 下载次数: 64)
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |