18 lines
601 B
Text
18 lines
601 B
Text
[gd_scene load_steps=3 format=3 uid="uid://b1ej6kmbjpm78"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dnxw4x3cmu7io" path="res://icon.svg" id="1_apu4l"]
|
|
[ext_resource type="Script" uid="uid://bq32y7eee1f63" path="res://gui/buy_menu/buy_button/buy_button.gd" id="1_impj7"]
|
|
|
|
[node name="BuyButton" type="Button"]
|
|
custom_minimum_size = Vector2(64, 96)
|
|
anchors_preset = -1
|
|
anchor_right = 0.05
|
|
anchor_bottom = 0.133
|
|
offset_right = -24.0
|
|
offset_bottom = -55.760002
|
|
text = "3600"
|
|
icon = ExtResource("1_apu4l")
|
|
icon_alignment = 1
|
|
vertical_icon_alignment = 0
|
|
expand_icon = true
|
|
script = ExtResource("1_impj7")
|