everything_has_a_price_jam/gui/production_display.tscn
2026-09-26 12:37:45 -06:00

23 lines
765 B
Text

[gd_scene format=3 uid="uid://dmka51sldrutn"]
[ext_resource type="Script" uid="uid://ck17fbo6svid8" path="res://gui/production_display.gd" id="1_dfe88"]
[node name="ProductionDisplay" type="MarginContainer" unique_id=253822540]
custom_minimum_size = Vector2(400, 0)
script = ExtResource("1_dfe88")
[node name="Name" type="Label" parent="." unique_id=1739229616]
unique_name_in_owner = true
layout_mode = 2
text = "<Currency Name>"
[node name="Amount" type="Label" parent="." unique_id=660284845]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 8
text = "0"
[node name="InspectButton" type="Button" parent="." unique_id=54175511]
layout_mode = 2
[connection signal="pressed" from="InspectButton" to="." method="_on_inspect_button_pressed"]