killbox/scenes_old/tmp_node.tscn

19 lines
651 B
Plaintext
Raw Normal View History

2025-02-06 12:42:14 +00:00
[gd_scene load_steps=3 format=3 uid="uid://kjeyhc8qpykm"]
2025-02-12 12:07:21 +00:00
[ext_resource type="Script" path="res://scenes_old/tmp_node.gd" id="1_vutt1"]
2025-02-06 12:42:14 +00:00
[sub_resource type="BoxShape3D" id="BoxShape3D_crgjo"]
size = Vector3(0.01, 0.01, 0.01)
[node name="TmpNode" type="CharacterBody3D"]
collision_layer = 0
collision_mask = 0
script = ExtResource("1_vutt1")
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(32.0413, 0, 0, 0, 32.0413, 0, 0, 0, 32.0413, 0, 565.322, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.54251, 0)
shape = SubResource("BoxShape3D_crgjo")