53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://sq04wsxbebev"]
|
|
|
|
[ext_resource type="Script" uid="uid://djb32mbaia5hv" path="res://Entities/Characters/Players/Kobolds/Baby/baby.gd" id="1_pq8q7"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_vho56"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_vho56"]
|
|
size = Vector3(1, 0.0673828, 1)
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_pq8q7"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_pyidc"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_pq8q7"]
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("PlaneMesh_vho56")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
|
|
shape = SubResource("BoxShape3D_vho56")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.502768, 0.414074, -0.758793, 0.228711, 0.910243, 0.345179, 0.833616, 0, -0.552345, -1.51365, 1.15689, -0.818533)
|
|
|
|
[node name="DirectionalLight3D2" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.609305, -0.410386, 0.678477, 0.791335, 0.369058, -0.487427, -0.0503645, 0.833894, 0.549621, 3.06633, 1.15689, 0.070383)
|
|
light_energy = 0.5
|
|
|
|
[node name="baby" type="CharacterBody3D" parent="."]
|
|
transform = Transform3D(0.385, 0, 0, 0, 0.385, 0, 0, 0, 0.385, 0, 0.410002, 0)
|
|
script = ExtResource("1_pq8q7")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="baby"]
|
|
shape = SubResource("CapsuleShape3D_pq8q7")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="baby"]
|
|
mesh = SubResource("CapsuleMesh_pyidc")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="baby"]
|
|
transform = Transform3D(2.5974, 0, 0, 0, 2.5974, 0, 0, 0, 2.5974, 0, 0.474657, 3.218)
|
|
|
|
[node name="MeshInstance3D2" type="MeshInstance3D" parent="baby"]
|
|
transform = Transform3D(0.262444, 0, 0, 0, -0.000405256, 0.285781, 0, -0.0723338, -0.00160111, 0.57384, 0.489256, 0)
|
|
mesh = SubResource("CylinderMesh_pq8q7")
|
|
|
|
[node name="MeshInstance3D3" type="MeshInstance3D" parent="baby"]
|
|
transform = Transform3D(0.262444, 0, 0, 0, -0.000405256, 0.285781, 0, -0.0723338, -0.00160111, -0.585222, 0.489256, 0)
|
|
mesh = SubResource("CylinderMesh_pq8q7")
|