add theming support, fix ui issues, add ui scaling option
This commit is contained in:
parent
61806723ba
commit
1ced41d096
18 changed files with 259 additions and 49 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue