Add stages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dy3d4e6qegyjg"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://dy3d4e6qegyjg"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/TestLevel.cs" id="1_blhn0"]
|
||||
[ext_resource type="PackedScene" uid="uid://b38hcomu4tpm5" path="res://Scenes/TestCharacter.tscn" id="1_fwf6c"]
|
||||
@@ -28,6 +28,9 @@ radius = 2.32337
|
||||
height = 5.0
|
||||
radius = 2.06347
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_6yy78"]
|
||||
size = Vector3(23.703, 10, 5.06868)
|
||||
|
||||
[node name="Level" type="Node3D" node_paths=PackedStringArray("_spawnPoint")]
|
||||
script = ExtResource("1_blhn0")
|
||||
_spawnPoint = NodePath("SpawnPoint")
|
||||
@@ -107,3 +110,10 @@ transform = Transform3D(0.999841, -0.0178538, 0, 0.0178538, 0.999841, 0, 0, 0, 1
|
||||
shape = SubResource("CylinderShape3D_krlem")
|
||||
|
||||
[node name="levelTEST" parent="." instance=ExtResource("2_afl3s")]
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.37586, 6.95177, -51.8635)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.8568, 0, -1.7855)
|
||||
shape = SubResource("BoxShape3D_6yy78")
|
||||
|
||||
Reference in New Issue
Block a user