Set spawn points

This commit is contained in:
2023-09-02 20:59:00 -07:00
parent 736060d6ca
commit 9b5a94bfab
12 changed files with 225 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://0hdnmilwrsq6"]
[gd_scene load_steps=3 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"]
[node name="Level9" type="Node3D" groups=["Level"]]
@@ -15,3 +16,7 @@ transform = Transform3D(-0.931845, -0.0850834, 0.35274, -0.0909281, 0.995857, 1.
visible = false
[node name="STAGE 9" parent="." instance=ExtResource("1_ley6w")]
[node name="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")