From 75c12b4070c9eb3ee71d52994c6ecab0776e4378 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Mon, 6 Jul 2020 18:26:33 +0800 Subject: [PATCH] v2.7.2 --- main.js | 6 +++--- project/data.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index debeda0d..52e6e729 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ function main() { //------------------------ 用户修改内容 ------------------------// - this.version = "2.7.1"; // 游戏版本号;如果更改了游戏内容建议修改此version以免造成缓存问题。 + this.version = "2.7.2"; // 游戏版本号;如果更改了游戏内容建议修改此version以免造成缓存问题。 this.useCompress = false; // 是否使用压缩文件 // 当你即将发布你的塔时,请使用“JS代码压缩工具”将所有js代码进行压缩,然后将这里的useCompress改为true。 @@ -186,8 +186,8 @@ function main() { this.floors = {} this.canvas = {}; - this.__VERSION__ = "2.7.1"; - this.__VERSION_CODE__ = 176; + this.__VERSION__ = "2.7.2"; + this.__VERSION_CODE__ = 201; } main.prototype.init = function (mode, callback) { diff --git a/project/data.js b/project/data.js index 352aa95c..53f4f5a0 100644 --- a/project/data.js +++ b/project/data.js @@ -105,7 +105,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "firstData": { "title": "魔塔样板", "name": "template", - "version": "Ver 2.7.1", + "version": "Ver 2.7.2", "floorId": "sample0", "hero": { "image": "hero.png",