root/ui/shop_entry.tscn

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[gd_scene load_steps=5 format=2]

[ext_resource path="res://ui/money.png" type="Texture" id=1]
[ext_resource path="res://fonts/BubblegumSans-Regular.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://ui/inventory_button.tscn" type="PackedScene" id=3]

[sub_resource type="DynamicFont" id=1]
size = 20
font_data = ExtResource( 2 )

[node name="HBoxContainer" type="VBoxContainer"]
margin_top = 51.0
margin_right = 46.0
margin_bottom = 76.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="inventory_button" parent="." instance=ExtResource( 3 )]

[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_top = 52.0
margin_right = 48.0
margin_bottom = 77.0

[node name="price" type="Label" parent="HBoxContainer"]
margin_right = 13.0
margin_bottom = 25.0
custom_fonts/font = SubResource( 1 )
text = "0"

[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
margin_left = 17.0
margin_right = 42.0
margin_bottom = 25.0
texture = ExtResource( 1 )