FloorMsgGroup
This commit is contained in:
parent
c99997dca4
commit
5f7a03ec70
@ -3735,8 +3735,8 @@ core.prototype.resize = function(clientWidth, clientHeight) {
|
|||||||
id: 'floorMsgGroup',
|
id: 'floorMsgGroup',
|
||||||
rules:{
|
rules:{
|
||||||
width: (canvasWidth - SPACE*2) + unit,
|
width: (canvasWidth - SPACE*2) + unit,
|
||||||
height:(canvasWidth - SPACE*2) + unit,
|
height: (gameGroupHeight - SPACE*2) + unit,
|
||||||
top: (canvasTop + SPACE) + unit,
|
top: SPACE + unit,
|
||||||
right: SPACE + unit,
|
right: SPACE + unit,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -7,7 +7,7 @@ data.prototype.init = function() {
|
|||||||
"title": "魔塔样板", // 游戏名,将显示在标题页面以及切换楼层的界面中
|
"title": "魔塔样板", // 游戏名,将显示在标题页面以及切换楼层的界面中
|
||||||
"name": "template", // 游戏的唯一英文标识符。由英文、数字、下划线组成,不能超过20个字符。
|
"name": "template", // 游戏的唯一英文标识符。由英文、数字、下划线组成,不能超过20个字符。
|
||||||
"version": "Ver 1.0.0 (Beta)", // 当前游戏版本;版本不一致的存档不能通用。
|
"version": "Ver 1.0.0 (Beta)", // 当前游戏版本;版本不一致的存档不能通用。
|
||||||
"floorId": "test", // 初始楼层ID
|
"floorId": "sample0", // 初始楼层ID
|
||||||
"hero": { // 勇士初始数据
|
"hero": { // 勇士初始数据
|
||||||
"name": "阳光", // 勇士名;可以改成喜欢的
|
"name": "阳光", // 勇士名;可以改成喜欢的
|
||||||
'lv': 1, // 初始等级,该项必须为正整数
|
'lv': 1, // 初始等级,该项必须为正整数
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user