Daniel Snider f2ea3067c1 Level: Fix collisions
* Fix oversized collisions with hall gasket
* Fix missing collisions on alt boxes
* Reimport everything I guess
2023-11-27 23:53:27 -08:00

15 lines
422 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/level/Level.glb" type="PackedScene" id=1]
[ext_resource path="res://scripts/Level.gd" type="Script" id=2]
[sub_resource type="CylinderShape" id=1]
height = 6.30212
radius = 2.14679
[node name="Level" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="CollisionShape" type="CollisionShape" parent="RTG" index="0"]
shape = SubResource( 1 )