diff options
Diffstat (limited to 'godot/scenes/vehicles')
| -rw-r--r-- | godot/scenes/vehicles/Airplane.tscn | 2 | ||||
| -rw-r--r-- | godot/scenes/vehicles/Gunbrig.tscn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/godot/scenes/vehicles/Airplane.tscn b/godot/scenes/vehicles/Airplane.tscn index 43c3a17..a94e7e3 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, 2.50863, 2.36377, 0 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.89608, 1.46682, 0 ) diff --git a/godot/scenes/vehicles/Gunbrig.tscn b/godot/scenes/vehicles/Gunbrig.tscn index 91900c3..70a30ad 100644 --- a/godot/scenes/vehicles/Gunbrig.tscn +++ b/godot/scenes/vehicles/Gunbrig.tscn @@ -357,3 +357,5 @@ shape = SubResource( 36 ) [node name="GunwhaleR2" type="CollisionShape" parent="."] transform = Transform( 0.999486, 0, 0.0320562, 0, 1, 0, -0.0320562, 0, 0.999486, -0.646409, 0.658986, -3.46571 ) shape = SubResource( 36 ) + +[connection signal="navigation_mesh_changed" from="NavigationMeshInstance" to="NavigationMeshInstance" method="mesh_changed"] |
