update
Some checks failed
Build Flumi / Build Flumi (Linux, 4.4.1, ubuntu-latest, linux) (push) Failing after 1m30s
Build Flumi / Build Flumi (Windows Desktop, 4.4.1, windows-latest, windows) (push) Has been cancelled

This commit is contained in:
2025-11-06 15:39:58 +08:00
parent acfc3b44dd
commit 4e9eafcec5
174 changed files with 1200 additions and 263 deletions

View File

@@ -23,14 +23,13 @@ bg_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
corner_radius_top_left = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_focus"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_selected_hover"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_selected"]
content_margin_left = 15.0
content_margin_top = 10.0
content_margin_right = 15.0
content_margin_bottom = 10.0
bg_color = Color(0.3, 0.55, 0.9, 1)
bg_color = Color(0.247059, 0.466667, 0.807843, 1)
draw_center = false
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@@ -47,31 +46,21 @@ corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_selected"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_selected_hover"]
content_margin_left = 15.0
content_margin_top = 10.0
content_margin_right = 15.0
content_margin_bottom = 10.0
bg_color = Color(0.247059, 0.466667, 0.807843, 1)
draw_center = false
bg_color = Color(0.3, 0.55, 0.9, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_focus"]
[sub_resource type="ButtonGroup" id="ButtonGroup_tabs"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_hover"]
content_margin_left = 15.0
content_margin_top = 10.0
content_margin_right = 15.0
content_margin_bottom = 10.0
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_normal"]
content_margin_left = 15.0
content_margin_top = 10.0
@@ -83,6 +72,17 @@ corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tab_hover"]
content_margin_left = 15.0
content_margin_top = 10.0
content_margin_right = 15.0
content_margin_bottom = 10.0
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_content"]
content_margin_left = 25.0
content_margin_top = 25.0
@@ -104,6 +104,7 @@ corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[node name="PopupPanel" type="PopupPanel"]
oversampling_override = 1.0
initial_position = 1
size = Vector2i(900, 700)
visible = true
@@ -143,10 +144,10 @@ layout_mode = 2
mouse_default_cursor_shape = 2
theme = ExtResource("2_theme")
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_selected_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/normal = SubResource("StyleBoxFlat_tab_selected")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_selected_hover")
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
toggle_mode = true
button_pressed = true
button_group = SubResource("ButtonGroup_tabs")
@@ -159,10 +160,10 @@ layout_mode = 2
mouse_default_cursor_shape = 2
theme = ExtResource("2_theme")
theme_override_colors/font_color = Color(0.8, 0.8, 0.8, 1)
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/normal = SubResource("StyleBoxFlat_tab_normal")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
toggle_mode = true
button_group = SubResource("ButtonGroup_tabs")
text = "Browser Info"
@@ -174,10 +175,10 @@ layout_mode = 2
mouse_default_cursor_shape = 2
theme = ExtResource("2_theme")
theme_override_colors/font_color = Color(0.8, 0.8, 0.8, 1)
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/normal = SubResource("StyleBoxFlat_tab_normal")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
toggle_mode = true
button_group = SubResource("ButtonGroup_tabs")
text = "GURT Protocol"
@@ -189,10 +190,10 @@ layout_mode = 2
mouse_default_cursor_shape = 2
theme = ExtResource("2_theme")
theme_override_colors/font_color = Color(0.8, 0.8, 0.8, 1)
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/normal = SubResource("StyleBoxFlat_tab_normal")
theme_override_styles/pressed = SubResource("StyleBoxFlat_tab_pressed")
theme_override_styles/hover = SubResource("StyleBoxFlat_tab_hover")
theme_override_styles/focus = SubResource("StyleBoxEmpty_focus")
toggle_mode = true
button_group = SubResource("ButtonGroup_tabs")
text = "Lua Scripting"