cawez_puzzlebox/primitives/death/death_area_cubes.tscn
2024-06-22 18:04:25 -04:00

15 lines
495 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://be071cnfk4wxe"]
[ext_resource type="Script" path="res://primitives/death/kill_cube.gd" id="1_0olng"]
[sub_resource type="BoxShape3D" id="BoxShape3D_s17xj"]
[node name="death_area_cubes" type="Area3D"]
collision_mask = 16
linear_damp = 6.265
script = ExtResource("1_0olng")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1.01, 0, 0, 0, 1.01, 0, 0, 0, 1.01, 0, 0, 0)
shape = SubResource("BoxShape3D_s17xj")