Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
unanmed committed Feb 28, 2023
1 parent 2ccf151 commit d6f4cee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ dist
_ui

compress.js
_server/config.json
_server/config.json
*.zip
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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。
Expand Down Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion project/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6f4cee

Please sign in to comment.