[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 )