Rework controls display to properties

This commit is contained in:
Marek S. Łukasiewicz 2025-12-15 14:17:53 +01:00
parent 821072eae5
commit 4be36eb39e
2 changed files with 22 additions and 25 deletions

View file

@ -27,6 +27,6 @@ func _ready():
# Propagate the calls to child
func set_controls(current: Vector4):
controls.call("set_controls", current)
controls.set("controls", current)
func set_trim(trim: Vector4):
controls.call("set_trim", trim)
controls.set("trim", trim)