Stage 6 import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://8ukphol1isp2"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bc3wjl3ibs5q7" path="res://Levels/Models/STAGE 6.blend" id="1_q1cka"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="3_0wdh0"]
|
||||
[ext_resource type="PackedScene" uid="uid://dldy6w23fyr5t" path="res://Levels/Final Levels/Stage6/Stage6.tscn" id="3_ajkvk"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_tba4e"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wu0in"]
|
||||
@@ -9,10 +9,8 @@ radius = 0.957319
|
||||
|
||||
[node name="Level6" type="Node3D" groups=["Level"]]
|
||||
|
||||
[node name="STAGE 6" parent="." instance=ExtResource("1_q1cka")]
|
||||
|
||||
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.55156)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.94617, 0, -1.55156)
|
||||
collision_layer = 0
|
||||
collision_mask = 16
|
||||
|
||||
@@ -32,4 +30,6 @@ script = ExtResource("5_tba4e")
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.10805, 0.123258, 5.51333)
|
||||
script = ExtResource("5_tba4e")
|
||||
|
||||
[node name="STAGE 6" parent="." instance=ExtResource("3_ajkvk")]
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
|
||||
Reference in New Issue
Block a user