Fix game over
This commit is contained in:
@@ -94,7 +94,6 @@ radius = 1.79103
|
||||
|
||||
[node name="Exit Portal" instance=ExtResource("1_jebs8")]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
||||
script = ExtResource("2_4y188")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="3"]
|
||||
autoplay = "Spin"
|
||||
@@ -104,9 +103,10 @@ libraries = {
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="." index="4"]
|
||||
disable_mode = 2
|
||||
script = ExtResource("2_4y188")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.11619)
|
||||
shape = SubResource("CylinderShape3D_v7qe0")
|
||||
|
||||
[connection signal="body_entered" from="Area3D" to="." method="OnExitEntered"]
|
||||
[connection signal="body_entered" from="Area3D" to="Area3D" method="OnExitEntered"]
|
||||
|
||||
Reference in New Issue
Block a user