nobody is reading this

This commit is contained in:
2023-09-02 21:43:53 -07:00
parent 071010f652
commit 7764644b90
19 changed files with 320 additions and 51 deletions

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=6 format=3 uid="uid://col60npvg7wr1"]
[gd_scene load_steps=7 format=3 uid="uid://col60npvg7wr1"]
[ext_resource type="PackedScene" uid="uid://cthfld06b4dng" path="res://Levels/Models/STAGE 5.blend" id="1_fagdb"]
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_qbafj"]
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_ehcts"]
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="4_pcyqx"]
[ext_resource type="Script" path="res://Scripts/P1SpawnPoint.cs" id="4_a5c54"]
[ext_resource type="Script" path="res://Scripts/P2SpawnPoint.cs" id="5_2mfmm"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_a8pxa"]
radius = 0.957319
@@ -36,8 +37,12 @@ transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, -2.53252)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.51823)
shape = SubResource("CylinderShape3D_a8pxa")
[node name="SpawnPoint" type="Marker3D" parent="."]
[node name="P1_SpawnPoint" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.503964, 0.123258, 5.51333)
script = ExtResource("4_pcyqx")
script = ExtResource("4_a5c54")
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.16798, 0.123258, 5.51333)
script = ExtResource("5_2mfmm")
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]