Improved player label
This commit is contained in:
@ -94,17 +94,6 @@ bone_idx = 12
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
|
||||
shape = SubResource("CapsuleShape3D_2f50n")
|
||||
|
||||
[node name="Label" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
||||
pixel_size = 0.001
|
||||
billboard = 1
|
||||
render_priority = 1
|
||||
outline_modulate = Color(0, 0, 0, 0.498039)
|
||||
text = "Player"
|
||||
font = ExtResource("4_76ehj")
|
||||
font_size = 128
|
||||
outline_size = 10
|
||||
|
||||
[node name="Animation" type="Node" parent="." node_paths=PackedStringArray("character", "animation_player")]
|
||||
script = ExtResource("4_i2ybk")
|
||||
character = NodePath("..")
|
||||
@ -119,4 +108,15 @@ libraries = {
|
||||
}
|
||||
playback_default_blend_time = 0.2
|
||||
|
||||
[node name="Label" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
||||
pixel_size = 0.001
|
||||
billboard = 1
|
||||
double_sided = false
|
||||
alpha_cut = 1
|
||||
text = "Player"
|
||||
font = ExtResource("4_76ehj")
|
||||
font_size = 128
|
||||
outline_size = 32
|
||||
|
||||
[editable path="Model/Female"]
|
||||
|
Reference in New Issue
Block a user