carddeck(B): CombatHud 적 패널 정렬·정수 표기 수정
런타임 검증에서 발견된 시각 결함 2건 수정.
- 적 텍스트(이름/HP/방어/의도)를 EnemyBg 패널(y=300) 위로 정렬 (기존 center 배치로 패널과 분리됨)
- HP/방어/에너지 등 codeblock number Property를 string.format("%d")로 정수 표기 (Lua tostring의 .0 제거)
생성기 단일 소스에서 재생성. 메이커 Play로 정렬·정수 갱신 확인.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6884,11 +6884,11 @@
|
||||
"MobileOnly": false,
|
||||
"OffsetMax": {
|
||||
"x": 180,
|
||||
"y": 80
|
||||
"y": 380
|
||||
},
|
||||
"OffsetMin": {
|
||||
"x": -180,
|
||||
"y": 36
|
||||
"y": 336
|
||||
},
|
||||
"Pivot": {
|
||||
"x": 0.5,
|
||||
@@ -6907,11 +6907,11 @@
|
||||
"UIVersion": 2,
|
||||
"anchoredPosition": {
|
||||
"x": 0,
|
||||
"y": 58
|
||||
"y": 358
|
||||
},
|
||||
"Position": {
|
||||
"x": 0,
|
||||
"y": 58,
|
||||
"y": 358,
|
||||
"z": 0
|
||||
},
|
||||
"QuaternionRotation": {
|
||||
@@ -7072,11 +7072,11 @@
|
||||
"MobileOnly": false,
|
||||
"OffsetMax": {
|
||||
"x": 180,
|
||||
"y": 36
|
||||
"y": 336
|
||||
},
|
||||
"OffsetMin": {
|
||||
"x": -180,
|
||||
"y": -4
|
||||
"y": 296
|
||||
},
|
||||
"Pivot": {
|
||||
"x": 0.5,
|
||||
@@ -7095,11 +7095,11 @@
|
||||
"UIVersion": 2,
|
||||
"anchoredPosition": {
|
||||
"x": 0,
|
||||
"y": 16
|
||||
"y": 316
|
||||
},
|
||||
"Position": {
|
||||
"x": 0,
|
||||
"y": 16,
|
||||
"y": 316,
|
||||
"z": 0
|
||||
},
|
||||
"QuaternionRotation": {
|
||||
@@ -7260,11 +7260,11 @@
|
||||
"MobileOnly": false,
|
||||
"OffsetMax": {
|
||||
"x": 180,
|
||||
"y": -2
|
||||
"y": 298
|
||||
},
|
||||
"OffsetMin": {
|
||||
"x": -180,
|
||||
"y": -38
|
||||
"y": 262
|
||||
},
|
||||
"Pivot": {
|
||||
"x": 0.5,
|
||||
@@ -7283,11 +7283,11 @@
|
||||
"UIVersion": 2,
|
||||
"anchoredPosition": {
|
||||
"x": 0,
|
||||
"y": -20
|
||||
"y": 280
|
||||
},
|
||||
"Position": {
|
||||
"x": 0,
|
||||
"y": -20,
|
||||
"y": 280,
|
||||
"z": 0
|
||||
},
|
||||
"QuaternionRotation": {
|
||||
@@ -7448,11 +7448,11 @@
|
||||
"MobileOnly": false,
|
||||
"OffsetMax": {
|
||||
"x": 180,
|
||||
"y": -37
|
||||
"y": 263
|
||||
},
|
||||
"OffsetMin": {
|
||||
"x": -180,
|
||||
"y": -75
|
||||
"y": 225
|
||||
},
|
||||
"Pivot": {
|
||||
"x": 0.5,
|
||||
@@ -7471,11 +7471,11 @@
|
||||
"UIVersion": 2,
|
||||
"anchoredPosition": {
|
||||
"x": 0,
|
||||
"y": -56
|
||||
"y": 244
|
||||
},
|
||||
"Position": {
|
||||
"x": 0,
|
||||
"y": -56,
|
||||
"y": 244,
|
||||
"z": 0
|
||||
},
|
||||
"QuaternionRotation": {
|
||||
|
||||
Reference in New Issue
Block a user