[gd_scene load_steps=4 format=3 uid="uid://5qhvowm03lqg"] [ext_resource type="Script" uid="uid://cmvtey24s2xfq" path="res://MyPlayer2.cs" id="1_i8k2p"] [ext_resource type="PackedScene" uid="uid://dfp1cuy14cj5p" path="res://actor/girl.tscn" id="2_i8k2p"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kak5s"] [node name="MyPlayer2" type="CharacterBody3D"] script = ExtResource("1_i8k2p") [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 = "我是3D 显示的文字" font_size = 48 [node name="godette" parent="." instance=ExtResource("2_i8k2p")]