fix: 修复卡牌触摸事件未绑定及调整游戏配置和UI布局
- 启用CardComp中的卡牌触摸事件绑定以支持交互 - 将游戏地平线(GAME_LINE)从0调整为100 - 更新引擎配置使用spine-4.2替代spine-3.8 - 调整多个prefab中的节点位置、尺寸和缩放比例 - 修正地图背景高度和底部边距 - 禁用card.prefab中的某个组件
This commit is contained in:
@@ -4578,7 +4578,7 @@
|
||||
"__id__": 197
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 203
|
||||
|
||||
@@ -286,7 +286,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 45,
|
||||
"y": 37.492,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -298,8 +298,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -1.5,
|
||||
"y": 1.5,
|
||||
"x": -1.3,
|
||||
"y": 1.3,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -1838,7 +1838,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 76.713,
|
||||
"y": 82.752,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
|
||||
Reference in New Issue
Block a user