32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c3h6gm254tuoc"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/_test/ragdoll/animated_skel.gd" id="2_14gej"]
|
|
[ext_resource type="PackedScene" uid="uid://dgb3r24su3er2" path="res://scenes/characters/base/base.tscn" id="2_vodd8"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_vwp6f"]
|
|
height = 1.6
|
|
|
|
[node name="TestRagdoll" type="Node3D"]
|
|
|
|
[node name="Body" type="CharacterBody3D" parent="."]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 1.33032, 1.47238, 0)
|
|
collision_layer = 2
|
|
script = ExtResource("2_14gej")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Body"]
|
|
transform = Transform3D(1.06005, 0, 0, 0, 1.06005, 0, 0, 0, 1.06005, 0, 0.799564, 0)
|
|
shape = SubResource("CapsuleShape3D_vwp6f")
|
|
|
|
[node name="Base" parent="Body" instance=ExtResource("2_vodd8")]
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
|
use_collision = true
|
|
collision_layer = 17
|
|
size = Vector3(10, 0.5, 10)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.16491, 0.986309, 0, -0.986309, 0.16491, 0, 3.4524, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(0.999981, -0.00165754, 0.00588508, 0.00118019, 0.996777, 0.0802076, -0.00599906, -0.0801992, 0.996761, 1.27162, 2.37388, 2.16416)
|