diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-15 16:43:08 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-15 16:43:08 -0400 |
| commit | 7a52122ef736a9525f98c37d3e56c4c3095b61e5 (patch) | |
| tree | 4eda6ebf8ed300bb32559a1cdbe8c4015f3f77d6 /godot/scenes/vehicles | |
| parent | aad319ddb5be108e9ca81d407bd90c843bae502d (diff) | |
Script for converting properly formatted .gd to a c++ template
Diffstat (limited to 'godot/scenes/vehicles')
| -rw-r--r-- | godot/scenes/vehicles/Airplane.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scenes/vehicles/Airplane.tscn b/godot/scenes/vehicles/Airplane.tscn index ec79c66..43c3a17 100644 --- a/godot/scenes/vehicles/Airplane.tscn +++ b/godot/scenes/vehicles/Airplane.tscn @@ -161,4 +161,4 @@ shape = SubResource( 9 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.72698, -0.196514, 0 ) [node name="PilotExit" type="Spatial" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 6.1653, -0.196514, 0 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.50863, 2.36377, 0 ) |
