Initial commit.
This commit is contained in:
commit
907695442f
28 changed files with 717 additions and 0 deletions
6
scenes/aircraft/fixed_wing_aircraft.tscn
Normal file
6
scenes/aircraft/fixed_wing_aircraft.tscn
Normal file
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://duwkogb01nnwa"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bddnsq0h2tpf" path="res://scripts/aircraft/nodes/fixed_wing_aircraft.gd" id="1_6x31w"]
|
||||
|
||||
[node name="FixedWingAircraft" type="CharacterBody3D"]
|
||||
script = ExtResource("1_6x31w")
|
Loading…
Add table
Add a link
Reference in a new issue