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.
15 lines
230 B
YAML
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
|