diff options
Diffstat (limited to 'scenes/ui_option.tscn')
-rw-r--r-- | scenes/ui_option.tscn | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scenes/ui_option.tscn b/scenes/ui_option.tscn index 21468c6..81e77d9 100644 --- a/scenes/ui_option.tscn +++ b/scenes/ui_option.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" uid="uid://do8a8uq1jvs7b" path="res://scripts/ui_panel.gd" id="1_c3u8h"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sv14y"] -bg_color = Color(0, 0.00526825, 0.379014, 1) +bg_color = Color(0.000427233, 0.12281, 0.492369, 1) [node name="UIOption" type="Panel"] custom_minimum_size = Vector2(16, 16) @@ -32,3 +32,11 @@ theme_override_font_sizes/font_size = 8 [node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 8 + +[node name="ColorRect" type="ColorRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 |