22 lines
706 B
Plaintext
22 lines
706 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="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"]
|