clockwork-city/prefabs/ui/player_info.tscn

63 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene format=3 uid="uid://8sd8fkx3hua0"]
[ext_resource type="Script" uid="uid://ccx3jyc31veok" path="res://prefabs/ui/player_info.gd" id="1_tautg"]
2026-04-29 14:29:15 -05:00
[ext_resource type="FontFile" uid="uid://cv63xhs0xcoc1" path="res://assets/fonts/NotoColorEmoji.ttf" id="2_lpiko"]
[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)
2026-04-29 14:29:15 -05:00
[sub_resource type="LabelSettings" id="LabelSettings_foovh"]
font = ExtResource("2_lpiko")
font_size = 24
[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")
2026-04-29 14:29:15 -05:00
[node name="Votes" type="HBoxContainer" parent="." unique_id=902142402]
layout_mode = 2
[node name="Votes" type="Label" parent="Votes" unique_id=1929524068]
unique_name_in_owner = true
layout_mode = 2
text = "0"
label_settings = SubResource("LabelSettings_0g7uu")
2026-04-29 14:29:15 -05:00
[node name="Icon" type="Label" parent="Votes" unique_id=1102179585]
layout_mode = 2
text = "🗳️"
label_settings = SubResource("LabelSettings_foovh")