This commit is contained in:
Tabby 2025-07-08 15:06:09 +10:00
parent b94ff6acde
commit 264a43932c
31 changed files with 435 additions and 39 deletions

View file

@ -3,10 +3,10 @@
[ext_resource type="Material" uid="uid://br3erknm4b1i0" path="res://Assets/Materials/kill.tres" id="1_2ed3b"]
[ext_resource type="Script" uid="uid://be60wmno6fjr6" path="res://Scripts/kill_block.gd" id="1_pvkd4"]
[sub_resource type="BoxMesh" id="BoxMesh_x546n"]
[sub_resource type="BoxMesh" id="BoxMesh_a1ns5"]
material = ExtResource("1_2ed3b")
[sub_resource type="BoxShape3D" id="BoxShape3D_m47l7"]
[sub_resource type="BoxShape3D" id="BoxShape3D_v71wv"]
[node name="KillBlock" type="Area3D" node_paths=PackedStringArray("mesh", "collider")]
script = ExtResource("1_pvkd4")
@ -14,7 +14,7 @@ mesh = NodePath("MeshInstance3D")
collider = NodePath("CollisionShape3D")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_x546n")
mesh = SubResource("BoxMesh_a1ns5")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_m47l7")
shape = SubResource("BoxShape3D_v71wv")