Level: Fix collisions

* Fix oversized collisions with hall gasket
* Fix missing collisions on alt boxes
* Reimport everything I guess
This commit is contained in:
Daniel Snider 2023-11-27 23:53:27 -08:00
parent 028b4b4a21
commit f2ea3067c1
4 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -10,7 +10,5 @@ radius = 2.14679
[node name="Level" instance=ExtResource( 1 )] [node name="Level" instance=ExtResource( 1 )]
script = ExtResource( 2 ) script = ExtResource( 2 )
[node name="RTG" type="StaticBody" parent="." index="81"]
[node name="CollisionShape" type="CollisionShape" parent="RTG" index="0"] [node name="CollisionShape" type="CollisionShape" parent="RTG" index="0"]
shape = SubResource( 1 ) shape = SubResource( 1 )

View File

@ -215,6 +215,10 @@ pause_game={
3d_physics/layer_6="Rock" 3d_physics/layer_6="Rock"
3d_physics/layer_7="Rover Exit" 3d_physics/layer_7="Rover Exit"
[mono]
project/assembly_name="Dungee"
[physics] [physics]
common/enable_pause_aware_picking=true common/enable_pause_aware_picking=true

View File

@ -444,7 +444,7 @@ transform = Transform( 0.487718, 3.7835e-10, -0.502128, -5.0477e-10, 0.700001, -
grow_time = 30.0 grow_time = 30.0
[node name="book" parent="Hydroponics_Room" instance=ExtResource( 23 )] [node name="book" parent="Hydroponics_Room" instance=ExtResource( 23 )]
transform = Transform( 0.762415, -6.98492e-10, 1.19823, 2.21189e-09, 1.42021, 5.82077e-10, -1.19823, 1.74623e-10, 0.762417, -2.94461, 0.631424, -4.98115 ) transform = Transform( 0.762415, -6.98492e-10, 1.19823, 2.32831e-09, 1.42021, 5.23869e-10, -1.19823, 1.74623e-10, 0.762417, -3.50108, 0.630785, -4.23837 )
dialogic_timeline = "hydroponics" dialogic_timeline = "hydroponics"
[node name="Communications" type="Spatial" parent="."] [node name="Communications" type="Spatial" parent="."]