generated from krampus/template-godot4
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://8sd8fkx3hua0"]
|
|
|
|
[ext_resource type="Script" uid="uid://ccx3jyc31veok" path="res://prefabs/ui/player_info.gd" id="1_tautg"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_lpiko"]
|
|
resource_local_to_scene = true
|
|
font_size = 24
|
|
outline_size = 4
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_tautg"]
|
|
font_size = 24
|
|
font_color = Color(0, 1, 0, 1)
|
|
outline_size = 4
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_0g7uu"]
|
|
font_size = 24
|
|
font_color = Color(0, 0, 1, 1)
|
|
outline_size = 4
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="PlayerInfo" type="HBoxContainer" unique_id=1335388560]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
theme_override_constants/separation = 16
|
|
script = ExtResource("1_tautg")
|
|
|
|
[node name="Permits" type="HBoxContainer" parent="." unique_id=1767255572]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="Name" type="Label" parent="." unique_id=402118000]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Player"
|
|
label_settings = SubResource("LabelSettings_lpiko")
|
|
|
|
[node name="Money" type="Label" parent="." unique_id=303974868]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "$0"
|
|
label_settings = SubResource("LabelSettings_tautg")
|
|
|
|
[node name="Votes" type="Label" parent="." unique_id=1929524068]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "0"
|
|
label_settings = SubResource("LabelSettings_0g7uu")
|