Draft: Resolve "Migrate app to use Godot for the UI" #93

Open
thorsten wants to merge 34 commits from 58-migrate-app-to-use-godot-for-the-ui into main
4 changed files with 7 additions and 6 deletions
Showing only changes of commit 9fbd72c148 - Show all commits

View File

@ -2,9 +2,9 @@
[resource] [resource]
content_margin_left = 48.0 content_margin_left = 48.0
content_margin_top = 24.0 content_margin_top = 48.0
content_margin_right = 48.0 content_margin_right = 48.0
content_margin_bottom = 24.0 content_margin_bottom = 48.0
bg_color = Color(0.39, 0.39, 0.39, 1) bg_color = Color(0.39, 0.39, 0.39, 1)
border_width_left = 6 border_width_left = 6
border_width_top = 12 border_width_top = 12

View File

@ -2,9 +2,9 @@
[resource] [resource]
content_margin_left = 48.0 content_margin_left = 48.0
content_margin_top = 24.0 content_margin_top = 48.0
content_margin_right = 48.0 content_margin_right = 48.0
content_margin_bottom = 24.0 content_margin_bottom = 48.0
bg_color = Color(0.239216, 0.239216, 0.239216, 1) bg_color = Color(0.239216, 0.239216, 0.239216, 1)
border_width_left = 6 border_width_left = 6
border_width_top = 12 border_width_top = 12

View File

@ -2,9 +2,9 @@
[resource] [resource]
content_margin_left = 48.0 content_margin_left = 48.0
content_margin_top = 24.0 content_margin_top = 48.0
content_margin_right = 48.0 content_margin_right = 48.0
content_margin_bottom = 24.0 content_margin_bottom = 48.0
bg_color = Color(0.160784, 0.160784, 0.160784, 1) bg_color = Color(0.160784, 0.160784, 0.160784, 1)
border_width_left = 6 border_width_left = 6
border_width_top = 12 border_width_top = 12

View File

@ -42,6 +42,7 @@ MarginContainer/constants/margin_top = 12
Panel/styles/panel = ExtResource("7_3s8mj") Panel/styles/panel = ExtResource("7_3s8mj")
PopupMenu/font_sizes/font_separator_size = 32 PopupMenu/font_sizes/font_separator_size = 32
PopupMenu/font_sizes/font_size = 32 PopupMenu/font_sizes/font_size = 32
TabBar/font_sizes/font_size = 32
TabContainer/font_sizes/font_size = 32 TabContainer/font_sizes/font_size = 32
TabContainer/styles/tab_focus = ExtResource("8_4hym3") TabContainer/styles/tab_focus = ExtResource("8_4hym3")
TabContainer/styles/tab_hovered = ExtResource("9_5ci7o") TabContainer/styles/tab_hovered = ExtResource("9_5ci7o")