lvT: _lang[_config.lang].lv_txt, // 游戏结束时候显示的文字 render: function(e, f) { // render方法 var g = _config.color.lvMap[f] || _.last(_config.color.lvMap); this.d = 15 * Math.max(9 - g, 1); this.d = f > 20 ? 10 : this.d; this.d = f > 40 ? 8 : this.d; this.d = f > 50 ? 5 : this.d; var h = Math.floor(Math.random() * e * e), i = this.getColor(255 - this.d), //干扰色 j = this.getLvColor(i[0]); //目标颜色 console.log(i);
344599112
2014-10-11
0 回答
举报
0/150
提交
取消