chore(deck): 산출물 재생성 — 재연결·부트 반영 컨트롤러/common

산출물 재생성: SlayDeckController.codeblock + common.gamelogic.
- 컨트롤러 UI 경로가 새 UIGroup(Select/Lobby/Run/Deck)으로 재연결됨
- 부트 흐름(MainMenu→로비) 반영
- 검증: .ui 무변경, DefaultGroup 이동섹션 0, JS 미러 테스트 50/50 pass

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 02:54:55 +09:00
parent 54d9632534
commit 9fba9b5aaa
2 changed files with 78 additions and 78 deletions

View File

@@ -32,10 +32,10 @@
{ {
"@type": "script.SlayDeckController", "@type": "script.SlayDeckController",
"Enable": true, "Enable": true,
"Energy": 0.0, "Energy": 0,
"MaxEnergy": 3.0, "MaxEnergy": 3,
"Turn": 0.0, "Turn": 0,
"TweenEventId": 0.0 "TweenEventId": 0
} }
], ],
"@version": 1 "@version": 1

File diff suppressed because one or more lines are too long