Update Level 1.tscn, Level 2.tscn, Level 3.tscn, and 9 more files

This commit is contained in:
Clevertop 2024-08-13 02:32:14 +10:00
parent f470efbe1f
commit 89cfa2882a
12 changed files with 204 additions and 112 deletions

23
end_zone.tscn Normal file
View file

@ -0,0 +1,23 @@
[gd_scene load_steps=5 format=3 uid="uid://rom188edxcu6"]
[ext_resource type="Script" path="res://Scripts/end_zone.gd" id="1_nl6pe"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_itc1d"]
transparency = 1
albedo_color = Color(0, 0.672276, 0, 0.439216)
[sub_resource type="BoxMesh" id="BoxMesh_lcav8"]
material = SubResource("StandardMaterial3D_itc1d")
[sub_resource type="BoxShape3D" id="BoxShape3D_y4l56"]
[node name="EndZone" type="MeshInstance3D"]
mesh = SubResource("BoxMesh_lcav8")
script = ExtResource("1_nl6pe")
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
shape = SubResource("BoxShape3D_y4l56")
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]