diff --git a/mods/cnc/chrome/ingame-debug.yaml b/mods/cnc/chrome/ingame-debug.yaml index 0f554222e7..c4043339bb 100644 --- a/mods/cnc/chrome/ingame-debug.yaml +++ b/mods/cnc/chrome/ingame-debug.yaml @@ -3,10 +3,10 @@ Container@DEBUG_PANEL: Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: - Label@CHEATS_TITLE: + Label@TITLE: Y: 25 Font: Bold - Text: Cheats + Text: Debug Options Align: Center Width: PARENT_RIGHT Checkbox@INSTANT_BUILD: @@ -95,6 +95,13 @@ Container@DEBUG_PANEL: Width: 200 Font: Regular Text: Show Custom Terrain + Checkbox@SHOW_ACTOR_TAGS: + X: 45 + Y: 335 + Height: 20 + Width: 200 + Font: Regular + Text: Show Actor Tags Checkbox@SHOW_COMBATOVERLAY: X: 290 Y: 275 @@ -115,11 +122,4 @@ Container@DEBUG_PANEL: Height: 20 Width: 200 Font: Regular - Text: Show Terrain Geometry - Checkbox@SHOW_ACTOR_TAGS: - X: 45 - Y: 335 - Height: 20 - Width: 200 - Font: Regular - Text: Show Actor Tags + Text: Show Terrain Geometry \ No newline at end of file diff --git a/mods/common/chrome/ingame-debug.yaml b/mods/common/chrome/ingame-debug.yaml index 7cfbe1c39d..4b096d34ea 100644 --- a/mods/common/chrome/ingame-debug.yaml +++ b/mods/common/chrome/ingame-debug.yaml @@ -4,7 +4,7 @@ Container@DEBUG_PANEL: Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: - Label@LABLE_TITLE: + Label@TITLE: Y: 25 Font: Bold Text: Debug Options @@ -100,6 +100,13 @@ Container@DEBUG_PANEL: Width: 200 Font: Regular Text: Show Custom Terrain + Checkbox@SHOW_ACTOR_TAGS: + X: 45 + Y: 335 + Height: 20 + Width: 200 + Font: Regular + Text: Show Actor Tags Checkbox@SHOW_COMBATOVERLAY: X: 290 Y: 275 @@ -121,10 +128,3 @@ Container@DEBUG_PANEL: Width: 200 Font: Regular Text: Show Terrain Geometry - Checkbox@SHOW_ACTOR_TAGS: - X: 45 - Y: 335 - Height: 20 - Width: 200 - Font: Regular - Text: Show Actor Tags diff --git a/mods/ts/chrome/ingame-debug.yaml b/mods/ts/chrome/ingame-debug.yaml index 78c3f3aa87..77383063e6 100644 --- a/mods/ts/chrome/ingame-debug.yaml +++ b/mods/ts/chrome/ingame-debug.yaml @@ -4,7 +4,7 @@ Container@DEBUG_PANEL: Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: - Label@LABLE_TITLE: + Label@TITLE: Y: 25 Font: Bold Text: Debug Options @@ -51,7 +51,7 @@ Container@DEBUG_PANEL: Height: 20 Width: 200 Font: Regular - Text: Disable visibility checks + Text: Disable Visibility Checks Button@GIVE_CASH: X: 90 Y: 150 @@ -100,12 +100,19 @@ Container@DEBUG_PANEL: Width: 200 Font: Regular Text: Show Custom Terrain - Checkbox@SHOW_DEPTH_PREVIEW: + Checkbox@SHOW_ACTOR_TAGS: X: 45 Y: 335 Height: 20 Width: 200 Font: Regular + Text: Show Actor Tags + Checkbox@SHOW_DEPTH_PREVIEW: + X: 45 + Y: 365 + Height: 20 + Width: 200 + Font: Regular Text: Show Depth Data Checkbox@SHOW_COMBATOVERLAY: X: 290 @@ -128,10 +135,3 @@ Container@DEBUG_PANEL: Width: 200 Font: Regular Text: Show Terrain Geometry - Checkbox@SHOW_ACTOR_TAGS: - X: 45 - Y: 365 - Height: 20 - Width: 200 - Font: Regular - Text: Show Actor Tags