feat(debug): add in-combat card picker

This commit is contained in:
2026-06-16 23:18:16 +09:00
parent 4288c4101b
commit ea832ad846
7 changed files with 6013 additions and 248 deletions

View File

@@ -296,6 +296,9 @@ function writeCodeblocks() {
prop('boolean', 'CodexMode', 'false'),
prop('any', 'CodexCards'),
prop('boolean', 'ClassDeckMode', 'false'),
prop('boolean', 'DebugCardPickerMode', 'false'),
prop('boolean', 'DebugCtrlDown', 'false'),
prop('boolean', 'DebugShiftDown', 'false'),
prop('any', 'ClassDeckCards'),
prop('string', 'ClassDeckTitle', '""'),
prop('string', 'ClassDeckClass', '""'),