From d6f4ceed14fe82bb88bb2c7a6a7b5f2c32f38009 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Tue, 28 Feb 2023 13:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- main.js | 6 +++--- project/data.js | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f09c0060..30302770 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,5 @@ dist _ui compress.js -_server/config.json \ No newline at end of file +_server/config.json +*.zip \ No newline at end of file diff --git a/main.js b/main.js index 942a9639..eeead2e4 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ function main() { //------------------------ 用户修改内容 ------------------------// - this.version = '2.10.2'; // 游戏版本号;如果更改了游戏内容建议修改此version以免造成缓存问题。 + this.version = '2.10.3'; // 游戏版本号;如果更改了游戏内容建议修改此version以免造成缓存问题。 this.useCompress = false; // 是否使用压缩文件 // 当你即将发布你的塔时,请使用“JS代码压缩工具”将所有js代码进行压缩,然后将这里的useCompress改为true。 @@ -216,8 +216,8 @@ function main() { this.floors = {}; this.canvas = {}; - this.__VERSION__ = '2.10.2'; - this.__VERSION_CODE__ = 511; + this.__VERSION__ = '2.10.3'; + this.__VERSION_CODE__ = 512; } main.prototype.init = function (mode, callback) { diff --git a/project/data.js b/project/data.js index 05425d49..98877e78 100644 --- a/project/data.js +++ b/project/data.js @@ -165,7 +165,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "firstData": { "title": "魔塔样板", "name": "template", - "version": "Ver 2.10.0", + "version": "Ver 2.10.3", "floorId": "sample0", "hero": { "image": "hero.png",