HeliosApp/scenes/character.tscn

31 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://cu1bnkqxd1nyh"]
[ext_resource type="Script" path="res://scripts/character.gd" id="1_32tgv"]
[ext_resource type="Script" path="res://scenes/camera_rotation.gd" id="2_s5f3j"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4w3u7"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_2wqp7"]
[node name="Character" type="CharacterBody3D"]
script = ExtResource("1_32tgv")
raycast_mask = 2
[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="Pivot" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.859273, 0.511518, 0, -0.511518, 0.859273, 0, 0, 0)
script = ExtResource("2_s5f3j")
[node name="Camera3D" type="Camera3D" parent="Pivot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6.82489)