전투 카드 대상 표시 개선

This commit is contained in:
2026-07-16 01:41:08 +09:00
parent 89f2e2e149
commit 0795563185
5 changed files with 157 additions and 24 deletions

View File

@@ -121,6 +121,7 @@ function writeCodeblocks() {
prop('boolean', 'ShopRelicBought', 'false'),
prop('number', 'DragSlot', '0'),
prop('number', 'DragTargetIndex', '0'),
prop('boolean', 'DragCanPlay', 'false'),
prop('boolean', 'FxBusy', 'false'),
prop('boolean', 'TurnBusy', 'false'),
prop('number', 'PlayerStr', '0'),