WIP: PFD instrument

This commit is contained in:
Marek S. Łukasiewicz 2025-12-15 23:01:10 +01:00
parent 4be36eb39e
commit 740a72bcb6
23 changed files with 432 additions and 32 deletions

View file

@ -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():