Fix minimap height

Rework boss code to separate boss A concerns from demon wall
This commit is contained in:
2026-02-02 23:24:48 -08:00
parent 51c8f26e50
commit fd96eb2dc9
40 changed files with 205 additions and 216 deletions

View File

@@ -74,10 +74,12 @@ animations = [{
}]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfhgc"]
radius = 5.88818
height = 20.9375
radius = 18.1973
[sub_resource type="CylinderShape3D" id="CylinderShape3D_gb32p"]
radius = 9.76318
height = 15.5671
radius = 24.6406
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kg3qv"]
radius = 0.837722
@@ -123,7 +125,7 @@ collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 0, -0.00723076)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_wfhgc")
[node name="DialogueExitZone" type="Area3D" parent="."]
@@ -133,7 +135,7 @@ collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 0, -0.00723076)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_gb32p")
[node name="Collision" type="RigidBody3D" parent="."]