Enable Level Up

This commit is contained in:
oc 2017-12-28 09:20:16 +08:00
parent 68f0a28a61
commit fc01f43336
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ data.prototype.init = function() {
"title": "魔塔样板", // 游戏名,将显示在标题页面以及切换楼层的界面中
"name": "template", // 游戏的唯一英文标识符。由英文、数字、下划线组成不能超过20个字符。
"version": "Ver 1.0.0 (Beta)", // 当前游戏版本;版本不一致的存档不能通用。
"floorId": "test", // 初始楼层ID
"floorId": "sample0", // 初始楼层ID
"hero": { // 勇士初始数据
"name": "阳光", // 勇士名;可以改成喜欢的
'lv': 1, // 初始等级,该项必须为正整数

View File

@ -1,4 +1,5 @@
全键盘操作 √
进阶 √
Ctrl快速跳过对话 √
增加负伤 √
支持不同层使用不同的地面素材 √