HeliosApp/Character.tscn

27 lines
832 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://cu1bnkqxd1nyh"]
[ext_resource type="Script" path="res://character.gd" id="1_32tgv"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4w3u7"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_2wqp7"]
[node name="Character" type="CharacterBody3D"]
script = ExtResource("1_32tgv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_4w3u7")
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
mesh = SubResource("CapsuleMesh_2wqp7")
skeleton = NodePath("../..")
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="."]
debug_enabled = true
[node name="Timer" type="Timer" parent="."]
wait_time = 2.0
one_shot = true
autostart = true