Files
OpenRA/mods/cnc/chrome/ingame-debuginfo.yaml
Ivaylo Draganov 79ae71a517 Rename *_RIGHT to *_WIDTH and *_BOTTOM to *_HEIGHT in integer expressions for widgets
The terms "width" and "height" are clearer and they match what the values actually represent (window or parent width/height). The YAML changes are generated with the update rule.
2024-10-07 12:59:25 +03:00

15 lines
230 B
YAML

Container@DEBUG_WIDGETS:
Logic: DebugLogic
X: WINDOW_WIDTH / 2 - WIDTH
Y: 60
Width: 100
Height: 55
Children:
Label@DEBUG_TEXT:
Y: 35
Width: PARENT_WIDTH
Height: 15
Align: Center
Font: Bold
Contrast: true