Files
idle/currency_tile.tscn

28 lines
871 B
Plaintext

[gd_scene format=3 uid="uid://btkxru2gdjsgc"]
[ext_resource type="Script" uid="uid://sp67wcb6s5nw" path="res://currency_label.gd" id="1_0hv07"]
[node name="CurrencyTile" type="HBoxContainer" unique_id=1440583137]
theme_override_constants/separation = 12
script = ExtResource("1_0hv07")
[node name="CurrencyIcon" type="TextureRect" parent="." unique_id=935299369]
visible = false
custom_minimum_size = Vector2(20, 20)
layout_mode = 2
stretch_mode = 5
[node name="Label" type="Label" parent="." unique_id=89234840]
layout_mode = 2
text = "Gold:"
[node name="CurrencyValueLabel" type="Label" parent="." unique_id=1469960585]
layout_mode = 2
text = "0"
[node name="DebugIncomeButton" type="Button" parent="." unique_id=662695248]
layout_mode = 2
text = "+100 Gold"
[connection signal="pressed" from="DebugIncomeButton" to="." method="_on_debug_income_button_pressed"]