1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/interface/score_button.tscn

14 lines
388 B
Text
Raw Permalink Normal View History

2023-10-01 23:36:23 +00:00
[gd_scene load_steps=2 format=3 uid="uid://bey5lilvteg32"]
[ext_resource type="Script" path="res://interface/score_button.gd" id="1_ol56t"]
[node name="ScoreButton" type="Button"]
custom_minimum_size = Vector2(72, 0)
offset_right = 72.0
offset_bottom = 54.0
size_flags_horizontal = 0
2023-10-02 16:50:06 +00:00
theme_override_font_sizes/font_size = 16
2023-10-02 01:33:41 +00:00
text = "$0.00"
2023-10-02 17:19:13 +00:00
alignment = 0
2023-10-01 23:36:23 +00:00
script = ExtResource("1_ol56t")