everything_has_a_price_jam/gui/currency_inspector_panel.tscn
2026-09-26 21:13:20 -06:00

70 lines
2.4 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"]
[ext_resource type="Texture2D" uid="uid://bplvus0ytk2f8" path="res://thumbnails/beer.png" id="2_p4bd1"]
[node name="CurrencyInspectorPanel" type="Panel" unique_id=1489159816]
custom_minimum_size = Vector2(500, 100)
anchors_preset = 11
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.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 = 0
offset_left = 50.0
offset_right = 450.0
offset_bottom = 503.0
[node name="InspectedCurrency" type="Label" parent="VBoxContainer" unique_id=1206438498]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 0
theme_override_font_sizes/font_size = 25
text = "< Selected Currency >"
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer" unique_id=1252469629]
layout_mode = 2
[node name="CurrrencyImage" type="TextureRect" parent="VBoxContainer/CenterContainer" unique_id=1066520786]
unique_name_in_owner = true
custom_minimum_size = Vector2(250, 250)
custom_maximum_size = Vector2(250, 250)
layout_mode = 2
texture = ExtResource("2_p4bd1")
[node name="CurrencyDescription" type="Label" parent="VBoxContainer" unique_id=543173020]
unique_name_in_owner = true
layout_mode = 2
text = "< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >< Description of currency >"
autowrap_mode = 3
[node name="word" type="Label" parent="VBoxContainer" unique_id=835011658]
unique_name_in_owner = true
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"]