i think less gdscript is key
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
extends "res://Entities/Characters/Players/Kobolds/kobold.gd"
|
||||
|
||||
func _ready():
|
||||
super()
|
||||
self.mover.speed = 1.5
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dh8s2ahe8nmgn"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://djb32mbaia5hv" path="res://Entities/Characters/Players/Kobolds/Baby/baby.gd" id="1_2kj0s"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2kj0s"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_w1w5b"]
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_2iju7"]
|
||||
|
||||
[node name="CharacterBody3D" type="CharacterBody3D"]
|
||||
script = ExtResource("1_2kj0s")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(0.385, 0, 0, 0, 0.385, 0, 0, 0, 0.385, 0, 0.410002, 0)
|
||||
shape = SubResource("CapsuleShape3D_2kj0s")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.385, 0, 0, 0, 0.385, 0, 0, 0, 0.385, 0, 0.410002, 0)
|
||||
mesh = SubResource("CapsuleMesh_w1w5b")
|
||||
skeleton = NodePath("")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.592745, 1.23893)
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.101041, 0, 0, 0, -0.000156024, 0.110026, 0, -0.0278485, -0.000616427, 0.313608, 0.598366, 0)
|
||||
mesh = SubResource("CylinderMesh_2iju7")
|
||||
skeleton = NodePath("")
|
||||
|
||||
[node name="MeshInstance3D3" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.101041, 0, 0, 0, -0.000156024, 0.110026, 0, -0.0278485, -0.000616427, -0.32095, 0.598366, 0)
|
||||
mesh = SubResource("CylinderMesh_2iju7")
|
||||
skeleton = NodePath("")
|
||||
Reference in New Issue
Block a user