add theming support, fix ui issues, add ui scaling option

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-13 00:21:27 -07:00
parent 61806723ba
commit 1ced41d096
18 changed files with 259 additions and 49 deletions

View file

@ -108,6 +108,7 @@ func _update_out_flow(new_value: float, _internalid: int) -> void:
out_flow = new_value
func _ready() -> void:
$MovementsBG.color = get_window().theme.get_color("color", "MovementOff")
if (flow_path != "None"):
var flow_control = get_node(flow_path + str(movement_bit) + animatronic + movement_name + current_stage)
flow_control.in_value_updated.connect(self._update_in_flow)