summaryrefslogtreecommitdiff
path: root/src/ui/main_menu/scenes/MenuOption.tscn
blob: d6bb05f0609e60ae944cece912b9c9a83eb78833 (plain)
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
[gd_scene load_steps=3 format=2]

[ext_resource path="res://fonts/MonogramExtended.tres" type="DynamicFont" id=2]
[ext_resource path="res://ui/main_menu/scripts/menu_option.gd" type="Script" id=3]

[node name="MenuOption" type="CenterContainer"]
margin_right = 49.0
margin_bottom = 16.0
script = ExtResource( 3 )

[node name="HBox" type="HBoxContainer" parent="."]
margin_right = 80.0
margin_bottom = 16.0

[node name="Selector" type="TextureRect" parent="HBox"]
margin_right = 16.0
margin_bottom = 16.0
rect_min_size = Vector2( 16, 16 )

[node name="Label" type="Label" parent="HBox"]
margin_left = 20.0
margin_top = 1.0
margin_right = 80.0
margin_bottom = 14.0
rect_min_size = Vector2( 60, 0 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_fonts/font = ExtResource( 2 )