__VERSION__

This commit is contained in:
ckcz123 2019-01-06 14:18:10 +08:00
parent eb10944e0a
commit 1c196d05f9
4 changed files with 7 additions and 5 deletions

View File

@ -455,8 +455,8 @@ HTML5魔塔交流群群号 `539113091`
[@wadxm](https://github.com/wadxm) iOS平台的APP因为苹果政策无法上架和启动服务mac版的开发者。我们现在能在mac上制作魔塔得归功于他。
[@fux4](https://github.com/fux4) 打通了RM和H5之间的障壁从而使RM动画导出器和怪物数据导出器成为可能同时也是部分新功能如跳跃、跟随、画面震动等的编写者。
[@fux4](https://github.com/fux4) 打通了RM和H5之间的障壁从而使RM动画导出器和怪物数据导出器成为可能同时也是大地图和部分新功能(如跳跃、跟随、画面震动)等的编写者。
[@tocque](https://github.com/tocque) 装备栏的编写者。
[@tocque](https://github.com/tocque) 装备栏、动态创建图层等的编写者。
以及[百度贴吧魔塔吧](https://tieba.baidu.com/f?kw=%E9%AD%94%E5%A1%94)和H5魔塔交流群`539113091`内的诸位魔塔爱好者们对本样板的大力支持!

View File

@ -2,7 +2,7 @@ function main() {
//------------------------ 用户修改内容 ------------------------//
this.version = "2.5.3"; // 游戏版本号如果更改了游戏内容建议修改此version以免造成缓存问题。
this.version = "2.5.4"; // 游戏版本号如果更改了游戏内容建议修改此version以免造成缓存问题。
this.useCompress = false; // 是否使用压缩文件
// 当你即将发布你的塔时请使用“JS代码压缩工具”将所有js代码进行压缩然后将这里的useCompress改为true。
@ -177,6 +177,8 @@ function main() {
}
this.floors = {}
this.canvas = {};
this.__VERSION__ = "2.5.4";
}
main.prototype.init = function (mode, callback) {

View File

@ -71,7 +71,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"firstData": {
"title": "魔塔样板",
"name": "template",
"version": "Ver 2.5.3",
"version": "Ver 2.5.4",
"floorId": "sample0",
"hero": {
"name": "阳光",

View File

@ -1191,7 +1191,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
core.setTextAlign('ui', 'left');
var globalFont = (core.status.globalAttribute||core.initStatus.globalAttribute).font;
core.fillText('ui', "HTML5 魔塔样板", text_start, top+35, "#FFD700", "bold 22px "+globalFont);
core.fillText('ui', "版本: "+core.firstData.version, text_start, top + 80, "#FFFFFF", "bold 17px "+globalFont);
core.fillText('ui', "版本: "+main.__VERSION__, text_start, top + 80, "#FFFFFF", "bold 17px "+globalFont);
core.fillText('ui', "作者: 艾之葵", text_start, top + 112);
core.fillText('ui', 'HTML5魔塔交流群539113091', text_start, top+112+32);
// TODO: 写自己的“关于”页面每次增加32像素即可