Initial commit.
This commit is contained in:
commit
907695442f
28 changed files with 717 additions and 0 deletions
6
scripts/aircraft/resources/airfoil.gd
Normal file
6
scripts/aircraft/resources/airfoil.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
class_name Airfoil
|
||||
extends Resource
|
||||
|
||||
@export var lift_curve: Curve
|
||||
@export var drag_curve: Curve
|
||||
@export var moment_curve: Curve
|
Loading…
Add table
Add a link
Reference in a new issue