diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-30 11:20:16 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-30 11:20:16 -0400 |
| commit | 4a17fde692b900393d796675bcf7011aa7399dad (patch) | |
| tree | 5305dba808a7094192821736a379168cdb549843 /godot/scenes/vehicles/Gunbrig.tscn | |
| parent | 7a1d857de96174dfa5a0fa40f8c14acbd2f651c2 (diff) | |
syncing off main
Diffstat (limited to 'godot/scenes/vehicles/Gunbrig.tscn')
| -rw-r--r-- | godot/scenes/vehicles/Gunbrig.tscn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/godot/scenes/vehicles/Gunbrig.tscn b/godot/scenes/vehicles/Gunbrig.tscn index ce417c7..91900c3 100644 --- a/godot/scenes/vehicles/Gunbrig.tscn +++ b/godot/scenes/vehicles/Gunbrig.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=24 format=2] +[gd_scene load_steps=25 format=2] [ext_resource path="res://scripts/vehicles/Gunboat.gd" type="Script" id=1] [ext_resource path="res://scenes/machines/Cannon.tscn" type="PackedScene" id=2] @@ -53,6 +53,9 @@ agent_radius = 0.18 agent_max_slope = 46.0 region_min_size = 3.0 +[sub_resource type="BoxShape" id=36] +extents = Vector3( 10.0294, 0.598376, 0.166381 ) + [node name="Gunbrig" type="RigidBody"] mass = 238000.0 physics_material_override = SubResource( 28 ) @@ -346,3 +349,11 @@ mesh = ExtResource( 8 ) transform = Transform( 0.926234, 1.7263e-09, 0.0323448, 0.0323448, -1.10483e-07, -0.926234, 1.7263e-09, 0.926799, -1.10483e-07, -10.6379, 11.734, -0.0107608 ) visible = false mesh = ExtResource( 7 ) + +[node name="GunwhaleR" type="CollisionShape" parent="."] +transform = Transform( 0.999486, 0, -0.0320562, 0, 1, 0, 0.0320562, 0, 0.999486, -0.646409, 0.658986, 3.50438 ) +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 ) |
