save code
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://5qhvowm03lqg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c8xqu4vvon4sg" path="res://MyPlayer.cs" id="1_2a064"]
|
||||
[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_2a064")
|
||||
|
||||
[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")]
|
||||
Reference in New Issue
Block a user