diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 14:24:09 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 14:24:09 +0200 |
commit | 294f87adb4441ec25316601505ca1a7e97fa24c7 (patch) | |
tree | e48ed54e97f19ae5dd189ee42ddb73c4e995175f /Assets/menu.tres | |
parent | 06647b11ee163bc40daf454d87e1fcae563c3ced (diff) |
update
Diffstat (limited to 'Assets/menu.tres')
-rw-r--r-- | Assets/menu.tres | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Assets/menu.tres b/Assets/menu.tres new file mode 100644 index 0000000..759ace0 --- /dev/null +++ b/Assets/menu.tres @@ -0,0 +1,52 @@ +[gd_resource type="Theme" load_steps=5 format=3 uid="uid://b2pl6wu7l374w"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ldkow"] +bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176) +border_width_left = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color(1, 1, 1, 1) +corner_radius_bottom_right = 6 +corner_radius_bottom_left = 6 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mlijo"] +content_margin_left = 10.0 +content_margin_right = 10.0 +bg_color = Color(1, 1, 1, 1) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g0xox"] +content_margin_left = 10.0 +content_margin_right = 10.0 +bg_color = Color(0, 0, 0, 0.501961) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color(1, 1, 1, 1) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fhjtc"] +bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_color = Color(1, 1, 1, 1) +corner_radius_top_left = 6 +corner_radius_top_right = 6 +expand_margin_bottom = 1.0 + +[resource] +TabContainer/colors/font_selected_color = Color(0, 0, 0, 1) +TabContainer/colors/font_unselected_color = Color(1, 1, 1, 1) +TabContainer/font_sizes/font_size = 5 +TabContainer/styles/panel = SubResource("StyleBoxFlat_ldkow") +TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_mlijo") +TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_g0xox") +TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_fhjtc") |