FloorMsgGroup

This commit is contained in:
oc 2017-12-28 22:02:08 +08:00
parent c99997dca4
commit 5f7a03ec70
2 changed files with 3 additions and 3 deletions

View File

@ -3735,8 +3735,8 @@ core.prototype.resize = function(clientWidth, clientHeight) {
id: 'floorMsgGroup',
rules:{
width: (canvasWidth - SPACE*2) + unit,
height:(canvasWidth - SPACE*2) + unit,
top: (canvasTop + SPACE) + unit,
height: (gameGroupHeight - SPACE*2) + unit,
top: SPACE + unit,
right: SPACE + unit,
}
},

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, // 初始等级,该项必须为正整数