GodotCourse/week1/3dVersion/scenes/player.tscn

31 lines
1.2 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://ctsjljm7dv6us"]
[ext_resource type="Script" uid="uid://bqp5ks7j080sc" path="res://scripts/character_body_3d.gd" id="1_3vyb7"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_lnu2h"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_lbhrr"]
[node name="CharacterBody3D" type="CharacterBody3D"]
script = ExtResource("1_3vyb7")
metadata/_edit_group_ = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
visible = false
shape = SubResource("CapsuleShape3D_lnu2h")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("CapsuleMesh_lbhrr")
[node name="RightTarget" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.809181, 0, 0)
[node name="LeftTarget" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.813077, 0, 0)
[node name="RightCast" type="RayCast3D" parent="."]
transform = Transform3D(0.00829023, -0.999966, 0, 0.999966, 0.00829023, 0, 0, 0, 1, 0, -0.312465, 0)
[node name="LeftCast" type="RayCast3D" parent="."]
transform = Transform3D(-0.00111711, 0.999999, 0, -0.999999, -0.00111711, 0, 0, 0, 1, 0, -0.312465, 0)