76 lines
2.2 KiB
Text
76 lines
2.2 KiB
Text
[gd_scene format=3 uid="uid://75htlmk51oo"]
|
|
|
|
[ext_resource type="Script" uid="uid://bkptc7j6c1r7p" path="res://gui/currency_inspector_panel.gd" id="1_tj5vo"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_jd7cj"]
|
|
|
|
[sub_resource type="GradientTexture2D" id="GradientTexture2D_y6nab"]
|
|
gradient = SubResource("Gradient_jd7cj")
|
|
|
|
[sub_resource type="CanvasTexture" id="CanvasTexture_4sc8i"]
|
|
diffuse_texture = SubResource("GradientTexture2D_y6nab")
|
|
|
|
[node name="CurrencyInspectorPanel" type="Control" unique_id=169191981]
|
|
custom_minimum_size = Vector2(0, 100)
|
|
layout_mode = 3
|
|
anchors_preset = 11
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -188.0
|
|
offset_right = -188.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
script = ExtResource("1_tj5vo")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=362599487]
|
|
custom_minimum_size = Vector2(400, 0)
|
|
custom_maximum_size = Vector2(400, -1)
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -253.0
|
|
offset_right = 47.0
|
|
offset_bottom = 149.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="InspectedCurrency" type="Label" parent="VBoxContainer" unique_id=1206438498]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "< Selected Currency >"
|
|
|
|
[node name="CurrrencyImage" type="TextureRect" parent="VBoxContainer" unique_id=1066520786]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
texture = SubResource("CanvasTexture_4sc8i")
|
|
|
|
[node name="CurrencyDescription" type="Label" parent="VBoxContainer" unique_id=543173020]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "< Description of currency >"
|
|
|
|
[node name="word" type="Label" parent="VBoxContainer" unique_id=835011658]
|
|
layout_mode = 2
|
|
text = "Production:"
|
|
|
|
[node name="ProductionsList" type="VBoxContainer" parent="VBoxContainer" unique_id=1042554009]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="CloseButton" type="Button" parent="." unique_id=404008755]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -44.5
|
|
offset_top = -31.0
|
|
offset_right = 44.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
text = "close"
|
|
|
|
[connection signal="pressed" from="CloseButton" to="." method="_on_close_button_pressed"]
|