ChronoChamber/kill_block.tscn
2025-07-08 15:06:09 +10:00

20 lines
812 B
Text

[gd_scene load_steps=5 format=3 uid="uid://vj1tnhm3726q"]
[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_a1ns5"]
material = ExtResource("1_2ed3b")
[sub_resource type="BoxShape3D" id="BoxShape3D_v71wv"]
[node name="KillBlock" type="Area3D" node_paths=PackedStringArray("mesh", "collider")]
script = ExtResource("1_pvkd4")
mesh = NodePath("MeshInstance3D")
collider = NodePath("CollisionShape3D")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_a1ns5")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_v71wv")