44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c405r414rsut2"]
|
|
|
|
[ext_resource type="Script" uid="uid://c5s1b0ctj8pvl" path="res://scripts/top_panel.gd" id="1_85l1y"]
|
|
|
|
[node name="TopPanel" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_85l1y")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="PlayerName" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Player name"
|
|
|
|
[node name="ResLabel" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ddfdf"
|
|
|
|
[node name="WaterLabel" type="Label" parent="HBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "ddfdf"
|
|
|
|
[node name="CopperLabel" type="Label" parent="HBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "ddfdf"
|
|
|
|
[node name="Technologies" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Technologies"
|
|
|
|
[node name="SinceLabel" type="Label" parent="HBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "ddfdf"
|