Add scorpio
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dqv03pua4j8ga"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/AreaExit.cs" id="1_owv8t"]
|
||||
[ext_resource type="PackedScene" uid="uid://c0lv8ovqkl3a6" path="res://Levels/Models/STAGE 1.blend" id="1_pwpof"]
|
||||
[ext_resource type="PackedScene" uid="uid://dg3k3cvfyaqx1" path="res://Levels/Final Levels/STAGE 1.gltf" id="5_7416y"]
|
||||
[ext_resource type="PackedScene" uid="uid://bt5rolsyjmx55" path="res://Scenes/MeleeEnemyOrb.tscn" id="5_dqbra"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Scenes/ExitPortal.tscn" id="6_gegi6"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="9_8v1uu"]
|
||||
@@ -12,9 +12,8 @@ radius = 0.957319
|
||||
[node name="Level1" type="Node3D" groups=["Level"]]
|
||||
script = ExtResource("1_owv8t")
|
||||
|
||||
[node name="STAGE 1" parent="." instance=ExtResource("1_pwpof")]
|
||||
|
||||
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.568617, 0, -1.72171)
|
||||
collision_layer = 0
|
||||
collision_mask = 16
|
||||
|
||||
@@ -35,4 +34,6 @@ script = ExtResource("9_8v1uu")
|
||||
|
||||
[node name="MeleeEnemyOrb" parent="." instance=ExtResource("5_dqbra")]
|
||||
|
||||
[node name="STAGE 1" parent="." instance=ExtResource("5_7416y")]
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://basequfmpg04f"]
|
||||
[gd_scene load_steps=6 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_1ryhf"]
|
||||
[ext_resource type="PackedScene" uid="uid://cv33g1wyltecc" path="res://Levels/Final Levels/STAGE 2.gltf" id="4_kiw1e"]
|
||||
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="5_dg8k3"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_tux5n"]
|
||||
@@ -13,8 +12,6 @@ radius = 0.957319
|
||||
script = ExtResource("1_u04pt")
|
||||
_levelIndex = 1
|
||||
|
||||
[node name="STAGE 2" parent="." instance=ExtResource("1_5pcmj")]
|
||||
|
||||
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.43759, 0, -2.42354)
|
||||
collision_layer = 0
|
||||
@@ -29,10 +26,12 @@ shape = SubResource("CylinderShape3D_tux5n")
|
||||
|
||||
[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")
|
||||
script = ExtResource("5_dg8k3")
|
||||
|
||||
[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")
|
||||
|
||||
[node name="STAGE 2" parent="." instance=ExtResource("4_kiw1e")]
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
|
||||
Reference in New Issue
Block a user