Move combat report off unit overview

This commit is contained in:
2026-06-21 08:17:33 +09:00
parent 967d100c8a
commit a46e12ee38
2 changed files with 3 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ const OPENING_STORY_PROGRESS_LEDGER_SIZE := Vector2(326, 48)
const OPENING_STORY_PROGRESS_SEAL_SIZE := Vector2(34, 34)
const COMMAND_NOTICE_ICON_SIZE := Vector2(32, 32)
const COMMAND_NOTICE_MAX_ICONS := 5
const COMBAT_RESULT_PANEL_POSITION := Vector2(838, 402)
const COMBAT_RESULT_PANEL_POSITION := Vector2(158, 536)
const COMBAT_RESULT_PANEL_SIZE := Vector2(396, 164)
const CHAPTER_SEAL_BADGE_SIZE := Vector2(54, 54)
const CHAPTER_SCENARIO_THUMBNAIL_SIZE := Vector2(72, 50)