WIP: PFD instrument
This commit is contained in:
parent
4be36eb39e
commit
740a72bcb6
23 changed files with 432 additions and 32 deletions
|
|
@ -49,6 +49,7 @@ func _process(delta: float) -> void:
|
|||
# Update the instruments
|
||||
instruments.call("set_controls", connector.get_controls())
|
||||
instruments.call("set_trim", connector.get_trim())
|
||||
instruments.call("update_pfd", connector.get_aircraft(), connector.get_velocity())
|
||||
|
||||
# Spin the rotor only when receiving flight data
|
||||
if connector.get_model_connected():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue