Files
godot_botw_start/MyPlayer.tscn
T
2025-11-13 16:39:25 +08:00

19 lines
688 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://bvb06v550jq4l"]
[ext_resource type="Script" uid="uid://c8xqu4vvon4sg" path="res://MyPlayer.cs" id="1_0an8n"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_kak5s"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kak5s"]
[node name="MyPlayer" type="CharacterBody3D"]
script = ExtResource("1_0an8n")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("CapsuleMesh_kak5s")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_kak5s")