1Container@DEBUG_PANEL:
2	Logic: DebugMenuLogic
3	Y: 10
4	Width: PARENT_RIGHT
5	Height: PARENT_BOTTOM
6	Children:
7		Label@TITLE:
8			Y: 26
9			Font: Bold
10			Text: Debug Options
11			Align: Center
12			Width: PARENT_RIGHT
13		Checkbox@INSTANT_BUILD:
14			X: 45
15			Y: 45
16			Width: 200
17			Height: 20
18			Font: Regular
19			Text: Instant Build Speed
20		Checkbox@ENABLE_TECH:
21			X: 45
22			Y: 75
23			Width: 200
24			Height: 20
25			Font: Regular
26			Text: Build Everything
27		Checkbox@BUILD_ANYWHERE:
28			X: 45
29			Y: 105
30			Width: 200
31			Height: 20
32			Font: Regular
33			Text: Build Anywhere
34		Checkbox@UNLIMITED_POWER:
35			X: 290
36			Y: 45
37			Width: 200
38			Height: 20
39			Font: Regular
40			Text: Unlimited Power
41		Checkbox@INSTANT_CHARGE:
42			X: 290
43			Y: 75
44			Width: 200
45			Height: 20
46			Font: Regular
47			Text: Instant Charge Time
48		Checkbox@DISABLE_VISIBILITY_CHECKS:
49			X: 290
50			Y: 105
51			Height: 20
52			Width: 200
53			Font: Regular
54			Text: Disable Visibility Checks
55		Button@GIVE_CASH:
56			X: 90
57			Y: 150
58			Width: 140
59			Height: 30
60			Font: Bold
61			Text: Give $20,000
62		Button@GROW_RESOURCES:
63			X: 271
64			Y: 150
65			Width: 140
66			Height: 30
67			Font: Bold
68			Text: Grow Resources
69		Button@GIVE_EXPLORATION:
70			X: 90
71			Y: 200
72			Width: 140
73			Height: 30
74			Font: Bold
75			Text: Clear Shroud
76		Button@RESET_EXPLORATION:
77			X: 271
78			Y: 200
79			Width: 140
80			Height: 30
81			Font: Bold
82			Text: Reset Shroud
83		Label@VISUALIZATIONS_TITLE:
84			Y: 256
85			Font: Bold
86			Text: Visualizations
87			Align: Center
88			Width: PARENT_RIGHT
89		Checkbox@SHOW_UNIT_PATHS:
90			X: 45
91			Y: 275
92			Width: 200
93			Height: 20
94			Font: Regular
95			Text: Show Unit Paths
96		Checkbox@SHOW_CUSTOMTERRAIN_OVERLAY:
97			X: 45
98			Y: 305
99			Height: 20
100			Width: 200
101			Font: Regular
102			Text: Show Custom Terrain
103		Checkbox@SHOW_ACTOR_TAGS:
104			X: 45
105			Y: 335
106			Height: 20
107			Width: 200
108			Font: Regular
109			Text: Show Actor Tags
110		Checkbox@SHOW_COMBATOVERLAY:
111			X: 290
112			Y: 275
113			Height: 20
114			Width: 200
115			Font: Regular
116			Text: Show Combat Geometry
117		Checkbox@SHOW_GEOMETRY:
118			X: 290
119			Y: 305
120			Height: 20
121			Width: 200
122			Font: Regular
123			Text: Show Render Geometry
124		Checkbox@SHOW_TERRAIN_OVERLAY:
125			X: 290
126			Y: 335
127			Height: 20
128			Width: 200
129			Font: Regular
130			Text: Show Terrain Geometry
131		Checkbox@SHOW_SCREENMAP:
132			X: 290
133			Y: 365
134			Height: 20
135			Width: 200
136			Font: Regular
137			Text: Show Screen Map
138