2024-09-14 01:16:14 +00:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://bxctpr0tfqidf"]
|
2024-09-10 13:03:27 +00:00
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://da07wjahj050a" path="res://ui/buildingmeny.png" id="1_xpu1e"]
|
|
|
|
[ext_resource type="Script" path="res://ui/counters.gd" id="2_ei01o"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cnylchr2m3lx1" path="res://ui/stone_icon.png" id="2_vo570"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://baqdyxvrx4655" path="res://ui/wood_icon.png" id="3_ohuq3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://54f6pl5653xw" path="res://ui/essence_icon.png" id="4_7fjj4"]
|
2024-09-10 13:03:27 +00:00
|
|
|
|
|
|
|
[node name="UI" type="MarginContainer"]
|
2024-09-14 01:16:14 +00:00
|
|
|
custom_minimum_size = Vector2(640, 360)
|
2024-09-10 13:03:27 +00:00
|
|
|
anchors_preset = 10
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_bottom = 44.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="LeftCounters" type="HBoxContainer" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="Resources" type="MarginContainer" parent="HBoxContainer/LeftCounters"]
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="Background" type="NinePatchRect" parent="HBoxContainer/LeftCounters/Resources"]
|
|
|
|
custom_minimum_size = Vector2(168, 24)
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
size_flags_vertical = 0
|
|
|
|
texture = ExtResource("1_xpu1e")
|
|
|
|
region_rect = Rect2(-0.458088, -0.349636, 186.046, 47.2991)
|
|
|
|
|
|
|
|
[node name="StoneIcon" type="TextureRect" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 10.0
|
|
|
|
offset_right = 34.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
texture = ExtResource("2_vo570")
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="WoodIcon" type="TextureRect" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 65.0
|
|
|
|
offset_right = 89.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
texture = ExtResource("3_ohuq3")
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="EssenceIcon" type="TextureRect" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 120.0
|
|
|
|
offset_right = 144.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
texture = ExtResource("4_7fjj4")
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="StoneCountLabel" type="Label" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
offset_right = 55.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
text = "000"
|
|
|
|
horizontal_alignment = 2
|
|
|
|
vertical_alignment = 1
|
|
|
|
script = ExtResource("2_ei01o")
|
2024-09-10 13:03:27 +00:00
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="WoodCountLabel" type="Label" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
unique_name_in_owner = true
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
offset_left = 55.0
|
|
|
|
offset_right = 110.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
text = "000"
|
|
|
|
horizontal_alignment = 2
|
|
|
|
vertical_alignment = 1
|
|
|
|
script = ExtResource("2_ei01o")
|
|
|
|
|
|
|
|
[node name="EssenceCountLabel" type="Label" parent="HBoxContainer/LeftCounters/Resources/Background"]
|
|
|
|
unique_name_in_owner = true
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
offset_left = 110.0
|
|
|
|
offset_right = 165.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
text = "000"
|
2024-09-10 13:03:27 +00:00
|
|
|
horizontal_alignment = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
vertical_alignment = 1
|
2024-09-10 13:03:27 +00:00
|
|
|
script = ExtResource("2_ei01o")
|
|
|
|
|
|
|
|
[node name="RightCounters" type="VBoxContainer" parent="HBoxContainer"]
|
|
|
|
layout_direction = 2
|
|
|
|
layout_mode = 2
|
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="RightCounters" type="MarginContainer" parent="HBoxContainer/RightCounters"]
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="Background" type="NinePatchRect" parent="HBoxContainer/RightCounters/RightCounters"]
|
|
|
|
custom_minimum_size = Vector2(113, 24)
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
texture = ExtResource("1_xpu1e")
|
|
|
|
region_rect = Rect2(1.19859, 0.999939, 182.287, 45.1203)
|
|
|
|
|
|
|
|
[node name="PopulationIcon" type="TextureRect" parent="HBoxContainer/RightCounters/RightCounters/Background"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 10.0
|
|
|
|
offset_right = 34.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="FloodLevelIcon" type="TextureRect" parent="HBoxContainer/RightCounters/RightCounters/Background"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 65.0
|
|
|
|
offset_right = 89.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="PopulationCountLabel" type="Label" parent="HBoxContainer/RightCounters/RightCounters/Background"]
|
|
|
|
unique_name_in_owner = true
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
offset_right = 55.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
text = "000"
|
2024-09-10 13:03:27 +00:00
|
|
|
horizontal_alignment = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
vertical_alignment = 1
|
|
|
|
script = ExtResource("2_ei01o")
|
2024-09-10 13:03:27 +00:00
|
|
|
|
2024-09-14 01:16:14 +00:00
|
|
|
[node name="FloodLevelCountLabel" type="Label" parent="HBoxContainer/RightCounters/RightCounters/Background"]
|
|
|
|
unique_name_in_owner = true
|
2024-09-10 13:03:27 +00:00
|
|
|
layout_mode = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
offset_left = 55.0
|
|
|
|
offset_right = 110.0
|
|
|
|
offset_bottom = 24.0
|
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
text = "000"
|
2024-09-10 13:03:27 +00:00
|
|
|
horizontal_alignment = 2
|
2024-09-14 01:16:14 +00:00
|
|
|
vertical_alignment = 1
|
|
|
|
script = ExtResource("2_ei01o")
|