19 lines
647 B
Plaintext
19 lines
647 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://kjeyhc8qpykm"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/tmp_node.gd" id="1_vutt1"]
|
|
|
|
[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")
|