clockwork-city/prefabs/ui/player_info.tscn
duncgibbs 14e2073322
All checks were successful
linting & formatting / build (push) Successful in 25s
itch.io publish action / build (web, html) (push) Successful in 3m51s
mostly implements networked board state; but also adds voting and a few buildings
2026-04-24 12:19:34 -05:00

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")