root/ui/category.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
37
[gd_scene load_steps=4 format=2]

[ext_resource path="res://fonts/BubblegumSans-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://ui/weed_soup.svg" type="Texture" id=2]

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

[node name="category" type="VBoxContainer"]
margin_right = 300.0
margin_bottom = 54.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="headline" type="HBoxContainer" parent="."]
margin_right = 300.0
margin_bottom = 50.0

[node name="icon" type="TextureRect" parent="headline"]
margin_right = 48.0
margin_bottom = 50.0
texture = ExtResource( 2 )

[node name="Label" type="Label" parent="headline"]
margin_left = 52.0
margin_right = 52.0
margin_bottom = 50.0
custom_fonts/font = SubResource( 1 )

[node name="entries" type="GridContainer" parent="."]
margin_top = 54.0
margin_right = 300.0
margin_bottom = 54.0
size_flags_horizontal = 3
columns = 5