nobody is reading this
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://0hdnmilwrsq6"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://0hdnmilwrsq6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bs8iqbayeqqm" path="res://Levels/Models/STAGE 9.blend" id="1_ley6w"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="2_gdx0i"]
|
||||
[ext_resource type="Script" path="res://Scripts/P1SpawnPoint.cs" id="2_hr1h4"]
|
||||
[ext_resource type="Script" path="res://Scripts/P2SpawnPoint.cs" id="3_xr71f"]
|
||||
|
||||
[node name="Level9" type="Node3D" groups=["Level"]]
|
||||
|
||||
@@ -17,6 +18,10 @@ visible = false
|
||||
|
||||
[node name="STAGE 9" parent="." instance=ExtResource("1_ley6w")]
|
||||
|
||||
[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("2_gdx0i")
|
||||
script = ExtResource("2_hr1h4")
|
||||
|
||||
[node name="P2_SpawnPoint" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.29148, 0.123258, 5.44653)
|
||||
script = ExtResource("3_xr71f")
|
||||
|
||||
Reference in New Issue
Block a user