Rework controls display to properties
This commit is contained in:
parent
821072eae5
commit
4be36eb39e
2 changed files with 22 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue