i think less gdscript is key
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://sq04wsxbebev"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://sq04wsxbebev"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://djb32mbaia5hv" path="res://Entities/Characters/Players/Kobolds/Baby/baby.gd" id="1_pq8q7"]
|
||||
[ext_resource type="PackedScene" uid="uid://dh8s2ahe8nmgn" path="res://Entities/Characters/Players/Kobolds/Baby/baby.tscn" 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="."]
|
||||
@@ -30,23 +24,5 @@ transform = Transform3D(-0.502768, 0.414074, -0.758793, 0.228711, 0.910243, 0.34
|
||||
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")
|
||||
[node name="baby_tscn" parent="." instance=ExtResource("1_pq8q7")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0585822, 0.0336914, 0.24129)
|
||||
|
||||
Reference in New Issue
Block a user