450 lines
10 KiB
Plaintext
450 lines
10 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/current_resources.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/progress_texture.png" type="Texture" id=2]
|
|
|
|
[node name="resources" type="Panel"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 64.0
|
|
margin_right = 175.0
|
|
margin_bottom = 264.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
script = ExtResource( 1 )
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="." index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 179.0
|
|
margin_bottom = 197.0
|
|
rect_min_size = Vector2( 175, 200 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 1
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="population" type="VBoxContainer" parent="HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 4.0
|
|
margin_right = 29.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/population" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/population" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
stretch_mode = 0
|
|
|
|
[node name="jobs" type="VBoxContainer" parent="HBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 33.0
|
|
margin_right = 58.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/jobs" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/jobs" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
stretch_mode = 0
|
|
|
|
[node name="food" type="VBoxContainer" parent="HBoxContainer" index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 62.0
|
|
margin_right = 87.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Hint", "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/food" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/food" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
stretch_mode = 0
|
|
|
|
[node name="resources" type="VBoxContainer" parent="HBoxContainer" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 91.0
|
|
margin_right = 116.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/resources" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/resources" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
stretch_mode = 0
|
|
|
|
[node name="effort" type="VBoxContainer" parent="HBoxContainer" index="4"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 120.0
|
|
margin_right = 145.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/effort" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/effort" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
stretch_mode = 0
|
|
|
|
[node name="goods" type="VBoxContainer" parent="HBoxContainer" index="5"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 149.0
|
|
margin_right = 174.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 25, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 2
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="progress" type="TextureProgress" parent="HBoxContainer/goods" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 21.0
|
|
margin_right = 25.0
|
|
margin_bottom = 196.0
|
|
rect_min_size = Vector2( 0, 175 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
texture_under = null
|
|
texture_over = null
|
|
texture_progress = ExtResource( 2 )
|
|
fill_mode = 3
|
|
radial_fill_degrees = 360.0
|
|
radial_center_offset = Vector2( 0, 0 )
|
|
nine_patch_stretch = false
|
|
_sections_unfolded = [ "Rect", "Textures" ]
|
|
|
|
[node name="icon" type="TextureRect" parent="HBoxContainer/goods" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 200.0
|
|
margin_right = 25.0
|
|
margin_bottom = 200.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
|
|
|