Files
godot_botw_start/MyPlayer.tscn
T
2025-11-15 21:38:00 +08:00

27 lines
970 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bvb06v550jq4l"]
[ext_resource type="Script" uid="uid://c8xqu4vvon4sg" path="res://MyPlayer.cs" id="1_0an8n"]
[ext_resource type="Script" uid="uid://csosedbkxelo8" path="res://number_change.cs" id="2_b740q"]
[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")
[node name="Label3D" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0)
billboard = 1
text = "14"
font_size = 48
script = ExtResource("2_b740q")