Progress check-in to laptop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=43 format=3 uid="uid://btl5fdyjewnwc"]
|
||||
[gd_scene load_steps=42 format=3 uid="uid://btl5fdyjewnwc"]
|
||||
|
||||
[ext_resource type="Script" path="res://Levels/Scripts/Level3.cs" id="1_wxr87"]
|
||||
[ext_resource type="PackedScene" uid="uid://jgf7k1r35km1" path="res://Levels/ExitPortal.tscn" id="3_2t766"]
|
||||
@@ -10,9 +10,6 @@
|
||||
[ext_resource type="PackedScene" uid="uid://bt5rolsyjmx55" path="res://Enemies/MeleeEnemy.tscn" id="6_b7xn3"]
|
||||
[ext_resource type="Shader" path="res://Levels/Scenes/Door.gdshader" id="9_05wf0"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_j26hn"]
|
||||
radius = 0.957319
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_q2s40"]
|
||||
resource_name = "Material.010"
|
||||
cull_mode = 2
|
||||
@@ -416,19 +413,6 @@ process_mode = 3
|
||||
script = ExtResource("1_wxr87")
|
||||
AnimationPlayer = NodePath("Door/AnimationPlayer")
|
||||
|
||||
[node name="Area3D2" type="Area3D" parent="." groups=["Level"]]
|
||||
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0.993156, -1.67434)
|
||||
disable_mode = 2
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
|
||||
[node name="Exit Portal" parent="Area3D2" instance=ExtResource("3_2t766")]
|
||||
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, -0.786783, -1.06704, -4.22407)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D2"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.786783, -1.06704, -4.22407)
|
||||
shape = SubResource("CylinderShape3D_j26hn")
|
||||
|
||||
[node name="STAGE 3" type="Node3D" parent="."]
|
||||
transform = Transform3D(1.09, 0, 0, 0, 1.09, 0, 0, 0, 1.09, 0, 0, -0.528128)
|
||||
|
||||
@@ -605,5 +589,7 @@ collision_mask = 32
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.571146, 0.810928, 0.294388)
|
||||
shape = SubResource("BoxShape3D_yew2s")
|
||||
|
||||
[connection signal="body_entered" from="Area3D2" to="." method="OnExitEntered"]
|
||||
[node name="Exit Portal" parent="." instance=ExtResource("3_2t766")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.828453, -0.073884, -5.35807)
|
||||
|
||||
[connection signal="body_entered" from="Door/StaticBody3D/Door Hitbox" to="." method="OnDoorHit"]
|
||||
|
||||
Reference in New Issue
Block a user