nobody is reading this
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://basequfmpg04f"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://basequfmpg04f"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dmi76rb317oou" path="res://Levels/Models/STAGE 2.blend" id="1_5pcmj"]
|
||||
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_u04pt"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="2_sq8bv"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="4_jbdcg"]
|
||||
[ext_resource type="Script" path="res://Scripts/P1SpawnPoint.cs" id="4_1ryhf"]
|
||||
[ext_resource type="Script" path="res://Scripts/P2SpawnPoint.cs" id="5_dg8k3"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_tux5n"]
|
||||
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_tux5n")
|
||||
|
||||
[node name="SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.503964, 0.123258, 5.72648)
|
||||
script = ExtResource("4_jbdcg")
|
||||
[node name="P1_SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.503964, 0.123258, 4.44593)
|
||||
script = ExtResource("4_1ryhf")
|
||||
|
||||
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.97394, 0.246516, 4.57028)
|
||||
script = ExtResource("5_dg8k3")
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
|
||||
Reference in New Issue
Block a user