1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Compare commits

...

6 commits

Author SHA1 Message Date
Emmanouil Papadeas 3d9ce4cb73 Fix button focus stylebox not being different from the other states in the themes 2024-02-03 18:11:09 +02:00
Emmanouil Papadeas 80978ea755 Set Control + Delete as a shortcut for deleting layers 2024-02-03 17:40:00 +02:00
Emmanouil Papadeas 647ec29ab0 The crop tool can now be applied by pressing enter 2024-02-03 15:16:21 +02:00
Emmanouil Papadeas 85f2f22be7 [DockableContainer change] Don't set layout's resource_name if it already has a value
Another change that might be worth adding to upstream.
2024-02-03 13:58:16 +02:00
Emmanouil Papadeas 978ddf3b45 Fix 3DShapeEdit import object not using native dialog 2024-02-03 13:57:05 +02:00
Emmanouil Papadeas 4c39e29b67 Fix UI not staying dimmed after opening a native file dialog 2024-02-03 13:55:17 +02:00
13 changed files with 491 additions and 421 deletions

View file

@ -41,7 +41,8 @@ var _root: DockableLayoutNode = DockableLayoutPanel.new()
func _init() -> void:
resource_name = "Layout"
if resource_name.is_empty():
resource_name = "Layout"
func set_root(value: DockableLayoutNode, should_emit_changed := true) -> void:

View file

@ -1,19 +1,19 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://boe68kb6pd5ws"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://boe68kb6pd5ws"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.199802, 0.231067, 0.309712, 1)
bg_color = Color(0.2, 0.231373, 0.309804, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -25,15 +25,27 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -140,7 +152,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.278447, 0.321431, 0.431357, 1)
bg_color = Color(0.14902, 0.172549, 0.231373, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -152,7 +164,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.494913, 0.525002, 0.60195, 1)
bg_color = Color(0.404314, 0.420784, 0.461961, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -164,7 +176,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.422757, 0.457145, 0.545086, 1)
bg_color = Color(0.319216, 0.338039, 0.385098, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -241,12 +253,12 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -259,7 +271,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.278447, 0.321431, 0.431357, 1)
bg_color = Color(0.14902, 0.172549, 0.231373, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxFlat" id="96"]
@ -267,7 +279,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.278447, 0.321431, 0.431357, 1)
bg_color = Color(0.14902, 0.172549, 0.231373, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"]
@ -279,7 +291,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -295,7 +307,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -311,7 +323,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -349,14 +361,14 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
[sub_resource type="StyleBoxFlat" id="104"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.199802, 0.231067, 0.309712, 1)
bg_color = Color(0.2, 0.231373, 0.309804, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
@ -383,7 +395,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -402,7 +414,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -428,7 +440,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.278447, 0.321431, 0.431357, 1)
bg_color = Color(0.14902, 0.172549, 0.231373, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -437,7 +449,7 @@ border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.278447, 0.321431, 0.431357, 1)
bg_color = Color(0.14902, 0.172549, 0.231373, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"]
content_margin_left = 10.0
@ -455,7 +467,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -488,7 +500,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_top = 2
border_color = Color(1, 1, 1, 1)
corner_detail = 1
@ -498,14 +510,14 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.104292, 0.12071, 0.161747, 1)
bg_color = Color(0.194902, 0.225098, 0.301961, 1)
border_width_left = 1
border_width_right = 1
border_color = Color(0.175, 0.175, 0.175, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"]
bg_color = Color(0.199802, 0.231067, 0.309712, 1)
bg_color = Color(0.2, 0.231373, 0.309804, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"]
content_margin_left = 0.0
@ -518,7 +530,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.172442, 0.231067, 1)
bg_color = Color(0.278431, 0.321569, 0.431373, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -534,7 +546,7 @@ content_margin_left = 1.0
content_margin_top = 1.0
content_margin_right = 1.0
content_margin_bottom = 1.0
bg_color = Color(0.721553, 0.678569, 0.568643, 1)
bg_color = Color(0.85098, 0.827451, 0.768627, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -569,7 +581,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1)
[sub_resource type="StyleBoxEmpty" id="159"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"]
bg_color = Color(0.199802, 0.231067, 0.309712, 1)
bg_color = Color(0.2, 0.231373, 0.309804, 1)
[sub_resource type="StyleBoxFlat" id="161"]
content_margin_left = 4.0
@ -652,31 +664,31 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Blue"
default_font = ExtResource("7_n0chh")
default_font = ExtResource("7_j355g")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
Button/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Button/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Button/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Button/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
Button/colors/font_focus_color = Color(1, 1, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_color_pressed = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Button/colors/icon_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
CheckBox/icons/unchecked = ExtResource("2_y17hc")
CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc")
CheckBox/icons/radio_unchecked = ExtResource("1_xme5o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
CheckBox/icons/unchecked = ExtResource("2_hjv6j")
CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88")
HSplitContainer/constants/separation = 8
HeaderSmall/font_sizes/font_size = 18
Icons/colors/modulate_color = Color(1, 1, 1, 1)
ItemList/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Label/styles/normal = SubResource("StyleBoxEmpty_u871w")
LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1)
LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1)
LineEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
LineEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5)
LineEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
LineEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5)
LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
LineEdit/styles/focus = SubResource("3")
LineEdit/styles/normal = SubResource("5")
@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2
MarginContainer/constants/margin_left = 8
MarginContainer/constants/margin_right = 8
MarginContainer/constants/margin_top = 2
MenuButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
MenuButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
MenuButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
MenuButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
MenuButton/styles/disabled = SubResource("23")
MenuButton/styles/focus = SubResource("23")
MenuButton/styles/hover = SubResource("23")
MenuButton/styles/normal = SubResource("23")
MenuButton/styles/pressed = SubResource("23")
Misc/colors/clear_color = Color(0.199802, 0.231067, 0.309712, 1)
OptionButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
OptionButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Misc/colors/clear_color = Color(0.2, 0.231373, 0.309804, 1)
OptionButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
OptionButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
OptionButton/styles/disabled = SubResource("2")
OptionButton/styles/pressed = SubResource("6")
Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
PopupMenu/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
PopupMenu/icons/unchecked = ExtResource("2_y17hc")
PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc")
PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
PopupMenu/icons/unchecked = ExtResource("2_hjv6j")
PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
PopupMenu/styles/panel = SubResource("105")
PopupMenu/styles/separator = SubResource("115")
PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h")
ProgressBar/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
ProgressBar/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1)
RichTextLabel/styles/focus = SubResource("123")
RichTextLabel/styles/normal = SubResource("52")
@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1")
RulerButton/styles/hover = SubResource("1")
RulerButton/styles/normal = SubResource("1")
RulerButton/styles/pressed = SubResource("1")
TabBar/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TabBar/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabBar/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabBar/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TabBar/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabBar/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr")
TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8")
TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem")
TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj")
TabContainer/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TabContainer/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabContainer/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabContainer/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TabContainer/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabContainer/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabContainer/constants/side_margin = 0
TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey")
TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0)
TextEdit/colors/caret_background_color = Color(0, 0, 0, 1)
TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1)
TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8)
TextEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
TextEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TextEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
TextEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15)
TextEdit/styles/focus = SubResource("4")
TextEdit/styles/normal = SubResource("5")
TextEdit/styles/read_only = SubResource("2")
TooltipLabel/colors/font_color = Color(0.223255, 0.223255, 0.223255, 1)
TooltipLabel/colors/font_color = Color(0.223529, 0.223529, 0.223529, 1)
TooltipPanel/styles/panel = SubResource("151")
Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1)
Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1)
Tree/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Tree/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_y17hc")
Tree/icons/unchecked = ExtResource("2_hjv6j")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -837,15 +849,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169")
VSlider/styles/slider = SubResource("170")
VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.278447, 0.321431, 0.431357, 1)
ValueSlider/colors/under_color = Color(0.148989, 0.172442, 0.231067, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_pg80n")
ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw")
ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k")
ValueSlider/colors/progress_color = Color(0.14902, 0.172549, 0.231373, 1)
ValueSlider/colors/under_color = Color(0.278431, 0.321569, 0.431373, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d")
ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n")
ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_ub5oj")
ValueSlider/icons/texture_under = ExtResource("6_ub5oj")
Window/colors/title_color = Color(0.776745, 0.776745, 0.776745, 1)
ValueSlider/icons/texture_progress = ExtResource("6_rpq74")
ValueSlider/icons/texture_under = ExtResource("6_rpq74")
Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")
Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1")

View file

@ -1,19 +1,19 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://68ofdy0fw0t8"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://68ofdy0fw0t8"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.866621, 0.701991, 0.43917, 1)
bg_color = Color(0.866667, 0.701961, 0.439216, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -25,15 +25,28 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.2, 0.2, 0.2, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -140,7 +153,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.541268, 0.435264, 0.317525, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -152,7 +165,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.678888, 0.604685, 0.522268, 1)
bg_color = Color(0.799608, 0.706275, 0.596471, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -164,7 +177,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.633014, 0.548211, 0.45402, 1)
bg_color = Color(0.77098, 0.664314, 0.538824, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -241,12 +254,12 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -259,7 +272,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.541268, 0.435264, 0.317525, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxFlat" id="96"]
@ -267,7 +280,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.541268, 0.435264, 0.317525, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"]
@ -279,7 +292,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -295,7 +308,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -311,7 +324,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -349,14 +362,14 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
[sub_resource type="StyleBoxFlat" id="104"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.866621, 0.701991, 0.43917, 1)
bg_color = Color(0.866667, 0.701961, 0.439216, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
@ -383,7 +396,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -402,7 +415,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -428,7 +441,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.541268, 0.435264, 0.317525, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -437,7 +450,7 @@ border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.541268, 0.435264, 0.317525, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"]
content_margin_left = 10.0
@ -455,7 +468,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -488,7 +501,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_top = 2
border_color = Color(0, 0, 0, 1)
corner_detail = 1
@ -498,14 +511,14 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.499608, 0.406242, 0.296481, 1)
bg_color = Color(0.499608, 0.406275, 0.296471, 1)
border_width_left = 1
border_width_right = 1
border_color = Color(0.175, 0.175, 0.175, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"]
bg_color = Color(0.866621, 0.701991, 0.43917, 1)
bg_color = Color(0.866667, 0.701961, 0.439216, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"]
content_margin_left = 0.0
@ -518,7 +531,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.713726, 0.580346, 0.423545, 1)
bg_color = Color(0.713726, 0.580392, 0.423529, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -534,7 +547,7 @@ content_margin_left = 1.0
content_margin_top = 1.0
content_margin_right = 1.0
content_margin_bottom = 1.0
bg_color = Color(0.458732, 0.564736, 0.682475, 1)
bg_color = Color(0.286274, 0.419608, 0.576471, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -569,7 +582,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1)
[sub_resource type="StyleBoxEmpty" id="159"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"]
bg_color = Color(0.866621, 0.701991, 0.43917, 1)
bg_color = Color(0.866667, 0.701961, 0.439216, 1)
[sub_resource type="StyleBoxFlat" id="161"]
content_margin_left = 4.0
@ -652,7 +665,7 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Caramel"
default_font = ExtResource("7_n0chh")
default_font = ExtResource("7_j355g")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
@ -669,14 +682,14 @@ Button/colors/icon_hover_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/colors/icon_normal_color = Color(0, 0, 0, 1)
Button/colors/icon_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
CheckBox/icons/unchecked = ExtResource("2_y17hc")
CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc")
CheckBox/icons/radio_unchecked = ExtResource("1_xme5o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
CheckBox/icons/unchecked = ExtResource("2_hjv6j")
CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +703,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -720,7 +733,7 @@ ItemList/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1)
@ -745,7 +758,7 @@ MenuButton/styles/focus = SubResource("23")
MenuButton/styles/hover = SubResource("23")
MenuButton/styles/normal = SubResource("23")
MenuButton/styles/pressed = SubResource("23")
Misc/colors/clear_color = Color(0.866621, 0.701991, 0.43917, 1)
Misc/colors/clear_color = Color(0.866667, 0.701961, 0.439216, 1)
OptionButton/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1)
OptionButton/colors/font_disabled_color = Color(0.239216, 0.192157, 0.141176, 0.5)
OptionButton/styles/disabled = SubResource("2")
@ -754,10 +767,10 @@ Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.239216, 0.192157, 0.141176, 1)
PopupMenu/colors/font_disabled_color = Color(0.239216, 0.192157, 0.141176, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
PopupMenu/icons/unchecked = ExtResource("2_y17hc")
PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc")
PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
PopupMenu/icons/unchecked = ExtResource("2_hjv6j")
PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
@ -813,7 +826,7 @@ Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_y17hc")
Tree/icons/unchecked = ExtResource("2_hjv6j")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -837,14 +850,14 @@ VSlider/styles/grabber_area_highlight = SubResource("169")
VSlider/styles/slider = SubResource("170")
VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.541268, 0.435264, 0.317525, 1)
ValueSlider/colors/under_color = Color(0.713726, 0.580346, 0.423545, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_pg80n")
ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw")
ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k")
ValueSlider/colors/progress_color = Color(0.713726, 0.580392, 0.423529, 1)
ValueSlider/colors/under_color = Color(0.713726, 0.580392, 0.423529, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d")
ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n")
ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_ub5oj")
ValueSlider/icons/texture_under = ExtResource("6_ub5oj")
ValueSlider/icons/texture_progress = ExtResource("6_rpq74")
ValueSlider/icons/texture_under = ExtResource("6_rpq74")
Window/colors/title_color = Color(0.239216, 0.192157, 0.141176, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")

View file

@ -1,12 +1,12 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://bka2dkyhkqpmq"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://bka2dkyhkqpmq"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_jrn7q"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_sy8p5"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_shsqn"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_oo1l4"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_2hysv"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_gorju"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_h4w0w"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_iwsxp"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_341ov"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_2lpom"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_8el2t"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_ujpl0"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_p604r"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_tewuk"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
@ -26,7 +26,19 @@ content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
@ -241,7 +253,7 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_m6uit"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
@ -652,7 +664,7 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Dark"
default_font = ExtResource("7_h4w0w")
default_font = ExtResource("7_tewuk")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
@ -669,14 +681,14 @@ Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_jrn7q")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_jrn7q")
CheckBox/icons/unchecked = ExtResource("2_sy8p5")
CheckBox/icons/unchecked_disabled = ExtResource("2_sy8p5")
CheckBox/icons/radio_unchecked = ExtResource("1_iwsxp")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_iwsxp")
CheckBox/icons/unchecked = ExtResource("2_341ov")
CheckBox/icons/unchecked_disabled = ExtResource("2_341ov")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_shsqn")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_2lpom")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -720,7 +732,7 @@ ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_m6uit")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
@ -754,10 +766,10 @@ Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_jrn7q")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_jrn7q")
PopupMenu/icons/unchecked = ExtResource("2_sy8p5")
PopupMenu/icons/unchecked_disabled = ExtResource("2_sy8p5")
PopupMenu/icons/radio_unchecked = ExtResource("1_iwsxp")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_iwsxp")
PopupMenu/icons/unchecked = ExtResource("2_341ov")
PopupMenu/icons/unchecked_disabled = ExtResource("2_341ov")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
@ -813,7 +825,7 @@ Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_sy8p5")
Tree/icons/unchecked = ExtResource("2_341ov")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -839,12 +851,12 @@ VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.231373, 0.231373, 0.231373, 1)
ValueSlider/colors/under_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_oo1l4")
ValueSlider/icons/arrow_normal = ExtResource("3_shsqn")
ValueSlider/icons/arrow_pressed = ExtResource("5_2hysv")
ValueSlider/icons/arrow_hover = ExtResource("4_8el2t")
ValueSlider/icons/arrow_normal = ExtResource("3_2lpom")
ValueSlider/icons/arrow_pressed = ExtResource("5_ujpl0")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_gorju")
ValueSlider/icons/texture_under = ExtResource("6_gorju")
ValueSlider/icons/texture_progress = ExtResource("6_p604r")
ValueSlider/icons/texture_under = ExtResource("6_p604r")
Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")

View file

@ -1,19 +1,19 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://bcfsxuu6eykiq"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://bcfsxuu6eykiq"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.188067, 0.188067, 0.188067, 1)
bg_color = Color(0.188235, 0.188235, 0.188235, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -25,15 +25,27 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -140,7 +152,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.286259, 0.286259, 0.286259, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -152,7 +164,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.500381, 0.500381, 0.500381, 1)
bg_color = Color(0.459216, 0.459216, 0.459216, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -164,7 +176,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.429007, 0.429007, 0.429007, 1)
bg_color = Color(0.381961, 0.381961, 0.381961, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -241,12 +253,12 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -259,7 +271,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.286259, 0.286259, 0.286259, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxFlat" id="96"]
@ -267,7 +279,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.286259, 0.286259, 0.286259, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"]
@ -279,7 +291,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -295,7 +307,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -311,7 +323,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -349,14 +361,14 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
[sub_resource type="StyleBoxFlat" id="104"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.188067, 0.188067, 0.188067, 1)
bg_color = Color(0.188235, 0.188235, 0.188235, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
@ -383,7 +395,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -402,7 +414,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -428,7 +440,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.286259, 0.286259, 0.286259, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -437,7 +449,7 @@ border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.286259, 0.286259, 0.286259, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"]
content_margin_left = 10.0
@ -455,7 +467,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -488,7 +500,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_top = 2
border_color = Color(1, 1, 1, 1)
corner_detail = 1
@ -498,14 +510,14 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.159013, 0.159013, 0.159013, 1)
bg_color = Color(0.159216, 0.159216, 0.159216, 1)
border_width_left = 1
border_width_right = 1
border_color = Color(0.175, 0.175, 0.175, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"]
bg_color = Color(0.188067, 0.188067, 0.188067, 1)
bg_color = Color(0.188235, 0.188235, 0.188235, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"]
content_margin_left = 0.0
@ -518,7 +530,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.227161, 0.227161, 0.227161, 1)
bg_color = Color(0.227451, 0.227451, 0.227451, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -534,7 +546,7 @@ content_margin_left = 1.0
content_margin_top = 1.0
content_margin_right = 1.0
content_margin_bottom = 1.0
bg_color = Color(0.713741, 0.713741, 0.713741, 1)
bg_color = Color(0.772549, 0.772549, 0.772549, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -569,7 +581,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1)
[sub_resource type="StyleBoxEmpty" id="159"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"]
bg_color = Color(0.188067, 0.188067, 0.188067, 1)
bg_color = Color(0.188235, 0.188235, 0.188235, 1)
[sub_resource type="StyleBoxFlat" id="161"]
content_margin_left = 4.0
@ -652,31 +664,31 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Gray"
default_font = ExtResource("7_n0chh")
default_font = ExtResource("7_j355g")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
Button/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Button/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Button/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Button/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
Button/colors/font_focus_color = Color(1, 1, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_color_pressed = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Button/colors/icon_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
CheckBox/icons/unchecked = ExtResource("2_y17hc")
CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc")
CheckBox/icons/radio_unchecked = ExtResource("1_xme5o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
CheckBox/icons/unchecked = ExtResource("2_hjv6j")
CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88")
HSplitContainer/constants/separation = 8
HeaderSmall/font_sizes/font_size = 18
Icons/colors/modulate_color = Color(1, 1, 1, 1)
ItemList/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
ItemList/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Label/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Label/styles/normal = SubResource("StyleBoxEmpty_u871w")
LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1)
LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1)
LineEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
LineEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5)
LineEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
LineEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5)
LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
LineEdit/styles/focus = SubResource("3")
LineEdit/styles/normal = SubResource("5")
@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2
MarginContainer/constants/margin_left = 8
MarginContainer/constants/margin_right = 8
MarginContainer/constants/margin_top = 2
MenuButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
MenuButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
MenuButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
MenuButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
MenuButton/styles/disabled = SubResource("23")
MenuButton/styles/focus = SubResource("23")
MenuButton/styles/hover = SubResource("23")
MenuButton/styles/normal = SubResource("23")
MenuButton/styles/pressed = SubResource("23")
Misc/colors/clear_color = Color(0.188067, 0.188067, 0.188067, 1)
OptionButton/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
OptionButton/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
Misc/colors/clear_color = Color(0.188235, 0.188235, 0.188235, 1)
OptionButton/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
OptionButton/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
OptionButton/styles/disabled = SubResource("2")
OptionButton/styles/pressed = SubResource("6")
Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
PopupMenu/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
PopupMenu/icons/unchecked = ExtResource("2_y17hc")
PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc")
PopupMenu/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
PopupMenu/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
PopupMenu/icons/unchecked = ExtResource("2_hjv6j")
PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
PopupMenu/styles/panel = SubResource("105")
PopupMenu/styles/separator = SubResource("115")
PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h")
ProgressBar/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
ProgressBar/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1)
RichTextLabel/styles/focus = SubResource("123")
RichTextLabel/styles/normal = SubResource("52")
@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1")
RulerButton/styles/hover = SubResource("1")
RulerButton/styles/normal = SubResource("1")
RulerButton/styles/pressed = SubResource("1")
TabBar/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TabBar/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabBar/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabBar/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TabBar/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabBar/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr")
TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8")
TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem")
TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj")
TabContainer/colors/font_disabled_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TabContainer/colors/font_selected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabContainer/colors/font_unselected_color = Color(0.776745, 0.776745, 0.776745, 1)
TabContainer/colors/font_disabled_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TabContainer/colors/font_selected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabContainer/colors/font_unselected_color = Color(0.776471, 0.776471, 0.776471, 1)
TabContainer/constants/side_margin = 0
TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey")
TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0)
TextEdit/colors/caret_background_color = Color(0, 0, 0, 1)
TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1)
TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8)
TextEdit/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
TextEdit/colors/font_uneditable_color = Color(0.776745, 0.776745, 0.776745, 0.5)
TextEdit/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
TextEdit/colors/font_uneditable_color = Color(0.776471, 0.776471, 0.776471, 0.5)
TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15)
TextEdit/styles/focus = SubResource("4")
TextEdit/styles/normal = SubResource("5")
TextEdit/styles/read_only = SubResource("2")
TooltipLabel/colors/font_color = Color(0.223255, 0.223255, 0.223255, 1)
TooltipLabel/colors/font_color = Color(0.223529, 0.223529, 0.223529, 1)
TooltipPanel/styles/panel = SubResource("151")
Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1)
Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1)
Tree/colors/font_color = Color(0.776745, 0.776745, 0.776745, 1)
Tree/colors/font_color = Color(0.776471, 0.776471, 0.776471, 1)
Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_y17hc")
Tree/icons/unchecked = ExtResource("2_hjv6j")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -837,15 +849,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169")
VSlider/styles/slider = SubResource("170")
VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.286259, 0.286259, 0.286259, 1)
ValueSlider/colors/under_color = Color(0.227161, 0.227161, 0.227161, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_pg80n")
ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw")
ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k")
ValueSlider/colors/progress_color = Color(0.227451, 0.227451, 0.227451, 1)
ValueSlider/colors/under_color = Color(0.227451, 0.227451, 0.227451, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d")
ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n")
ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_ub5oj")
ValueSlider/icons/texture_under = ExtResource("6_ub5oj")
Window/colors/title_color = Color(0.776745, 0.776745, 0.776745, 1)
ValueSlider/icons/texture_progress = ExtResource("6_rpq74")
ValueSlider/icons/texture_under = ExtResource("6_rpq74")
Window/colors/title_color = Color(0.776471, 0.776471, 0.776471, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")
Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1")

View file

@ -1,19 +1,19 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://jase72axwunw"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://jase72axwunw"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.878843, 0.866621, 0.866621, 1)
bg_color = Color(0.878431, 0.866667, 0.866667, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -25,15 +25,28 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.2, 0.2, 0.2, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -140,7 +153,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.400092, 0.470436, 0.513909, 1)
bg_color = Color(0.611765, 0.686275, 0.729412, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -152,7 +165,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.580064, 0.629305, 0.659736, 1)
bg_color = Color(0.728235, 0.780392, 0.810588, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -164,7 +177,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.520073, 0.576349, 0.611127, 1)
bg_color = Color(0.689412, 0.74902, 0.783529, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
@ -241,12 +254,12 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -259,7 +272,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.400092, 0.470436, 0.513909, 1)
bg_color = Color(0.611765, 0.686275, 0.729412, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxFlat" id="96"]
@ -267,7 +280,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.400092, 0.470436, 0.513909, 1)
bg_color = Color(0.611765, 0.686275, 0.729412, 1)
border_color = Color(0.113281, 0.113281, 0.113281, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_u871w"]
@ -279,7 +292,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -295,7 +308,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -311,7 +324,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -349,14 +362,14 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
[sub_resource type="StyleBoxFlat" id="104"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.878843, 0.866621, 0.866621, 1)
bg_color = Color(0.878431, 0.866667, 0.866667, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
@ -383,7 +396,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -402,7 +415,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -428,7 +441,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.400092, 0.470436, 0.513909, 1)
bg_color = Color(0.611765, 0.686275, 0.729412, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -437,7 +450,7 @@ border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.400092, 0.470436, 0.513909, 1)
bg_color = Color(0.611765, 0.686275, 0.729412, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fewc7"]
content_margin_left = 10.0
@ -455,7 +468,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -488,7 +501,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_top = 2
border_color = Color(0, 0, 0, 1)
corner_detail = 1
@ -498,14 +511,14 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.428128, 0.480456, 0.510545, 1)
bg_color = Color(0.28, 0.329412, 0.359608, 1)
border_width_left = 1
border_width_right = 1
border_color = Color(0.175, 0.175, 0.175, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jssey"]
bg_color = Color(0.878843, 0.866621, 0.866621, 1)
bg_color = Color(0.878431, 0.866667, 0.866667, 1)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_o56ri"]
content_margin_left = 0.0
@ -518,7 +531,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.611612, 0.686366, 0.729351, 1)
bg_color = Color(0.4, 0.470588, 0.513726, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -534,7 +547,7 @@ content_margin_left = 1.0
content_margin_top = 1.0
content_margin_right = 1.0
content_margin_bottom = 1.0
bg_color = Color(0.599908, 0.529564, 0.486091, 1)
bg_color = Color(0.388235, 0.313725, 0.270588, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -569,7 +582,7 @@ border_color = Color(0.334961, 0.334961, 0.334961, 1)
[sub_resource type="StyleBoxEmpty" id="159"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tcenw"]
bg_color = Color(0.878843, 0.866621, 0.866621, 1)
bg_color = Color(0.878431, 0.866667, 0.866667, 1)
[sub_resource type="StyleBoxFlat" id="161"]
content_margin_left = 4.0
@ -623,7 +636,7 @@ content_margin_left = 10.0
content_margin_top = 28.0
content_margin_right = 10.0
content_margin_bottom = 8.0
bg_color = Color(0.68, 0.68, 0.68, 1)
bg_color = Color(0.678431, 0.678431, 0.678431, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -652,31 +665,31 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Light"
default_font = ExtResource("7_n0chh")
default_font = ExtResource("7_j355g")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
Button/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
Button/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
Button/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
Button/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
Button/colors/font_focus_color = Color(0, 0, 0, 1)
Button/colors/font_hover_color = Color(0, 0, 0, 1)
Button/colors/font_hover_pressed_color = Color(0, 0, 0, 1)
Button/colors/font_pressed_color = Color(0, 0, 0, 1)
Button/colors/icon_color_pressed = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
Button/colors/icon_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
Button/colors/icon_hover_color = Color(0.3, 0.3, 0.3, 1)
Button/colors/icon_hover_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/colors/icon_normal_color = Color(0, 0, 0, 1)
Button/colors/icon_pressed_color = Color(0.2, 0.2, 0.2, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
CheckBox/icons/unchecked = ExtResource("2_y17hc")
CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc")
CheckBox/icons/radio_unchecked = ExtResource("1_xme5o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
CheckBox/icons/unchecked = ExtResource("2_hjv6j")
CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +703,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -716,19 +729,19 @@ HSlider/styles/slider = SubResource("88")
HSplitContainer/constants/separation = 8
HeaderSmall/font_sizes/font_size = 18
Icons/colors/modulate_color = Color(0, 0, 0, 1)
ItemList/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
ItemList/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
Label/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
Label/styles/normal = SubResource("StyleBoxEmpty_u871w")
LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1)
LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1)
LineEdit/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
LineEdit/colors/font_uneditable_color = Color(0.286259, 0.294087, 0.3019, 0.5)
LineEdit/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
LineEdit/colors/font_uneditable_color = Color(0.286275, 0.294118, 0.301961, 0.5)
LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
LineEdit/styles/focus = SubResource("3")
LineEdit/styles/normal = SubResource("5")
@ -738,33 +751,33 @@ MarginContainer/constants/margin_bottom = 2
MarginContainer/constants/margin_left = 8
MarginContainer/constants/margin_right = 8
MarginContainer/constants/margin_top = 2
MenuButton/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
MenuButton/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
MenuButton/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
MenuButton/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
MenuButton/styles/disabled = SubResource("23")
MenuButton/styles/focus = SubResource("23")
MenuButton/styles/hover = SubResource("23")
MenuButton/styles/normal = SubResource("23")
MenuButton/styles/pressed = SubResource("23")
Misc/colors/clear_color = Color(0.878843, 0.866621, 0.866621, 1)
OptionButton/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
OptionButton/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
Misc/colors/clear_color = Color(0.878431, 0.866667, 0.866667, 1)
OptionButton/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
OptionButton/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
OptionButton/styles/disabled = SubResource("2")
OptionButton/styles/pressed = SubResource("6")
Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
PopupMenu/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
PopupMenu/icons/unchecked = ExtResource("2_y17hc")
PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc")
PopupMenu/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
PopupMenu/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
PopupMenu/icons/unchecked = ExtResource("2_hjv6j")
PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
PopupMenu/styles/panel = SubResource("105")
PopupMenu/styles/separator = SubResource("115")
PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h")
ProgressBar/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
ProgressBar/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1)
RichTextLabel/styles/focus = SubResource("123")
RichTextLabel/styles/normal = SubResource("52")
@ -774,17 +787,17 @@ RulerButton/styles/focus = SubResource("1")
RulerButton/styles/hover = SubResource("1")
RulerButton/styles/normal = SubResource("1")
RulerButton/styles/pressed = SubResource("1")
TabBar/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
TabBar/colors/font_selected_color = Color(0.286259, 0.294087, 0.3019, 1)
TabBar/colors/font_unselected_color = Color(0.286259, 0.294087, 0.3019, 1)
TabBar/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
TabBar/colors/font_selected_color = Color(0.286275, 0.294118, 0.301961, 1)
TabBar/colors/font_unselected_color = Color(0.286275, 0.294118, 0.301961, 1)
TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr")
TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8")
TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem")
TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj")
TabContainer/colors/font_disabled_color = Color(0.286259, 0.294087, 0.3019, 0.5)
TabContainer/colors/font_selected_color = Color(0.286259, 0.294087, 0.3019, 1)
TabContainer/colors/font_unselected_color = Color(0.286259, 0.294087, 0.3019, 1)
TabContainer/colors/font_disabled_color = Color(0.286275, 0.294118, 0.301961, 0.5)
TabContainer/colors/font_selected_color = Color(0.286275, 0.294118, 0.301961, 1)
TabContainer/colors/font_unselected_color = Color(0.286275, 0.294118, 0.301961, 1)
TabContainer/constants/side_margin = 0
TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey")
TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
@ -797,23 +810,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0)
TextEdit/colors/caret_background_color = Color(0, 0, 0, 1)
TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1)
TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8)
TextEdit/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
TextEdit/colors/font_uneditable_color = Color(0.286259, 0.294087, 0.3019, 0.5)
TextEdit/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
TextEdit/colors/font_uneditable_color = Color(0.286275, 0.294118, 0.301961, 0.5)
TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15)
TextEdit/styles/focus = SubResource("4")
TextEdit/styles/normal = SubResource("5")
TextEdit/styles/read_only = SubResource("2")
TooltipLabel/colors/font_color = Color(0.713741, 0.705913, 0.6981, 1)
TooltipLabel/colors/font_color = Color(0.713725, 0.705882, 0.698039, 1)
TooltipPanel/styles/panel = SubResource("151")
Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1)
Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1)
Tree/colors/font_color = Color(0.286259, 0.294087, 0.3019, 1)
Tree/colors/font_color = Color(0.286275, 0.294118, 0.301961, 1)
Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_y17hc")
Tree/icons/unchecked = ExtResource("2_hjv6j")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -837,15 +850,15 @@ VSlider/styles/grabber_area_highlight = SubResource("169")
VSlider/styles/slider = SubResource("170")
VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.400092, 0.470436, 0.513909, 1)
ValueSlider/colors/under_color = Color(0.611612, 0.686366, 0.729351, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_pg80n")
ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw")
ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k")
ValueSlider/colors/progress_color = Color(0.611765, 0.686275, 0.729412, 1)
ValueSlider/colors/under_color = Color(0.4, 0.470588, 0.513726, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d")
ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n")
ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_ub5oj")
ValueSlider/icons/texture_under = ExtResource("6_ub5oj")
Window/colors/title_color = Color(0.286259, 0.294087, 0.3019, 1)
ValueSlider/icons/texture_progress = ExtResource("6_rpq74")
ValueSlider/icons/texture_under = ExtResource("6_rpq74")
Window/colors/title_color = Color(0.286275, 0.294118, 0.301961, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")
Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1")

View file

@ -1,12 +1,12 @@
[gd_resource type="Theme" load_steps=79 format=3 uid="uid://ckl3tycfj62pb"]
[gd_resource type="Theme" load_steps=80 format=3 uid="uid://ckl3tycfj62pb"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_k8s3o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_y17hc"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_lnjrw"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_pg80n"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_jso4k"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_ub5oj"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_n0chh"]
[ext_resource type="Texture2D" uid="uid://brdgp0y4tarar" path="res://assets/graphics/misc/radio_unpressed.png" id="1_xme5o"]
[ext_resource type="Texture2D" uid="uid://ybfsxkc2qap7" path="res://assets/graphics/misc/checkbox_unpressed.png" id="2_hjv6j"]
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="3_a7h0n"]
[ext_resource type="Texture2D" uid="uid://bq8h66v4ie8xl" path="res://assets/graphics/misc/value_arrow_hover.svg" id="4_lvo3d"]
[ext_resource type="Texture2D" uid="uid://hhxenhteahv6" path="res://assets/graphics/misc/value_arrow_press.svg" id="5_o3s4v"]
[ext_resource type="Texture2D" uid="uid://c7u0yofrpm50a" path="res://assets/graphics/misc/value_slider.png" id="6_rpq74"]
[ext_resource type="FontFile" uid="uid://cvc4lelf6hl7x" path="res://assets/fonts/Roboto-Regular.ttf" id="7_j355g"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_755mo"]
content_margin_left = 8.0
@ -25,15 +25,27 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
border_color = Color(0.0784314, 0.0784314, 0.0784314, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kpwev"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_t0f5f"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -241,12 +253,12 @@ border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 0.2)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16uvh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4ngk1"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -279,7 +291,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -295,7 +307,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -311,7 +323,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -349,7 +361,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
[sub_resource type="StyleBoxFlat" id="104"]
content_margin_left = 2.0
@ -383,7 +395,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -402,7 +414,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@ -455,7 +467,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
@ -488,7 +500,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_top = 2
border_color = Color(1, 1, 1, 1)
corner_detail = 1
@ -498,7 +510,7 @@ content_margin_left = 10.0
content_margin_top = 4.0
content_margin_right = 10.0
content_margin_bottom = 4.0
bg_color = Color(0.104292, 0.0629129, 0.148064, 1)
bg_color = Color(0.104314, 0.0631373, 0.148235, 1)
border_width_left = 1
border_width_right = 1
border_color = Color(0.175, 0.175, 0.175, 1)
@ -518,7 +530,7 @@ content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.148989, 0.0898756, 0.211521, 1)
bg_color = Color(0.14902, 0.0901961, 0.211765, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
@ -652,31 +664,31 @@ expand_margin_bottom = 4.0
[resource]
resource_name = "Purple"
default_font = ExtResource("7_n0chh")
default_font = ExtResource("7_j355g")
default_font_size = 16
AcceptDialog/styles/panel = SubResource("StyleBoxFlat_755mo")
BoxContainer/constants/separation = 4
Button/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
Button/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
Button/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
Button/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
Button/colors/font_focus_color = Color(1, 1, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_color_pressed = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
Button/colors/icon_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/styles/disabled = SubResource("23")
Button/styles/focus = SubResource("23")
Button/styles/focus = SubResource("StyleBoxFlat_kpwev")
Button/styles/hover = SubResource("23")
Button/styles/normal = SubResource("23")
Button/styles/pressed = SubResource("StyleBoxFlat_t0f5f")
CheckBox/icons/radio_unchecked = ExtResource("1_k8s3o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
CheckBox/icons/unchecked = ExtResource("2_y17hc")
CheckBox/icons/unchecked_disabled = ExtResource("2_y17hc")
CheckBox/icons/radio_unchecked = ExtResource("1_xme5o")
CheckBox/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
CheckBox/icons/unchecked = ExtResource("2_hjv6j")
CheckBox/icons/unchecked_disabled = ExtResource("2_hjv6j")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_lbyuh")
CheckBox/styles/focus = SubResource("StyleBoxFlat_4dymj")
CheckBox/styles/hover = SubResource("StyleBoxFlat_4jbvl")
@ -690,7 +702,7 @@ CheckButton/styles/hover_pressed = SubResource("StyleBoxFlat_viauy")
CheckButton/styles/normal = SubResource("StyleBoxFlat_ygru1")
CheckButton/styles/pressed = SubResource("StyleBoxFlat_h750t")
CollapsibleContainer/base_type = &"VBoxContainer"
CollapsibleContainer/icons/arrow_normal = ExtResource("3_lnjrw")
CollapsibleContainer/icons/arrow_normal = ExtResource("3_a7h0n")
ColorPicker/constants/h_width = 28
ColorPicker/constants/margin = 8
ColorPickerButton/styles/disabled = null
@ -716,19 +728,19 @@ HSlider/styles/slider = SubResource("88")
HSplitContainer/constants/separation = 8
HeaderSmall/font_sizes/font_size = 18
Icons/colors/modulate_color = Color(1, 1, 1, 1)
ItemList/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
ItemList/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
ItemList/colors/guide_color = Color(1, 1, 1, 0.05)
ItemList/styles/cursor = SubResource("94")
ItemList/styles/cursor_unfocused = SubResource("94")
ItemList/styles/panel = SubResource("StyleBoxFlat_16uvh")
ItemList/styles/panel = SubResource("StyleBoxFlat_4ngk1")
ItemList/styles/selected = SubResource("95")
ItemList/styles/selected_focus = SubResource("96")
Label/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
Label/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
Label/styles/normal = SubResource("StyleBoxEmpty_u871w")
LineEdit/colors/clear_button_color = Color(0.77832, 0.77832, 0.77832, 1)
LineEdit/colors/clear_button_color_pressed = Color(0.184314, 0.396078, 0.533333, 1)
LineEdit/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
LineEdit/colors/font_uneditable_color = Color(0.800183, 0.780652, 0.81973, 0.5)
LineEdit/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
LineEdit/colors/font_uneditable_color = Color(0.8, 0.780392, 0.819608, 0.5)
LineEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
LineEdit/styles/focus = SubResource("3")
LineEdit/styles/normal = SubResource("5")
@ -738,33 +750,33 @@ MarginContainer/constants/margin_bottom = 2
MarginContainer/constants/margin_left = 8
MarginContainer/constants/margin_right = 8
MarginContainer/constants/margin_top = 2
MenuButton/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
MenuButton/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
MenuButton/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
MenuButton/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
MenuButton/styles/disabled = SubResource("23")
MenuButton/styles/focus = SubResource("23")
MenuButton/styles/hover = SubResource("23")
MenuButton/styles/normal = SubResource("23")
MenuButton/styles/pressed = SubResource("23")
Misc/colors/clear_color = Color(0.196078, 0.121569, 0.282353, 1)
OptionButton/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
OptionButton/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
OptionButton/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
OptionButton/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
OptionButton/styles/disabled = SubResource("2")
OptionButton/styles/pressed = SubResource("6")
Panel/styles/panel = SubResource("103")
PanelContainer/styles/panel = SubResource("104")
PopupMenu/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
PopupMenu/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_k8s3o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_k8s3o")
PopupMenu/icons/unchecked = ExtResource("2_y17hc")
PopupMenu/icons/unchecked_disabled = ExtResource("2_y17hc")
PopupMenu/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
PopupMenu/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
PopupMenu/icons/radio_unchecked = ExtResource("1_xme5o")
PopupMenu/icons/radio_unchecked_disabled = ExtResource("1_xme5o")
PopupMenu/icons/unchecked = ExtResource("2_hjv6j")
PopupMenu/icons/unchecked_disabled = ExtResource("2_hjv6j")
PopupMenu/styles/hover = SubResource("112")
PopupMenu/styles/labeled_separator_left = SubResource("113")
PopupMenu/styles/labeled_separator_right = SubResource("114")
PopupMenu/styles/panel = SubResource("105")
PopupMenu/styles/separator = SubResource("115")
PopupPanel/styles/panel = SubResource("StyleBoxFlat_fc11h")
ProgressBar/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
ProgressBar/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
RichTextLabel/colors/default_color = Color(0.77832, 0.77832, 0.77832, 1)
RichTextLabel/styles/focus = SubResource("123")
RichTextLabel/styles/normal = SubResource("52")
@ -774,17 +786,17 @@ RulerButton/styles/focus = SubResource("1")
RulerButton/styles/hover = SubResource("1")
RulerButton/styles/normal = SubResource("1")
RulerButton/styles/pressed = SubResource("1")
TabBar/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
TabBar/colors/font_selected_color = Color(0.800183, 0.780652, 0.81973, 1)
TabBar/colors/font_unselected_color = Color(0.800183, 0.780652, 0.81973, 1)
TabBar/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
TabBar/colors/font_selected_color = Color(0.8, 0.780392, 0.819608, 1)
TabBar/colors/font_unselected_color = Color(0.8, 0.780392, 0.819608, 1)
TabBar/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
TabBar/styles/tab_focus = SubResource("StyleBoxFlat_bxstr")
TabBar/styles/tab_hovered = SubResource("StyleBoxFlat_dfms8")
TabBar/styles/tab_selected = SubResource("StyleBoxFlat_msbem")
TabBar/styles/tab_unselected = SubResource("StyleBoxFlat_n4ubj")
TabContainer/colors/font_disabled_color = Color(0.800183, 0.780652, 0.81973, 0.5)
TabContainer/colors/font_selected_color = Color(0.800183, 0.780652, 0.81973, 1)
TabContainer/colors/font_unselected_color = Color(0.800183, 0.780652, 0.81973, 1)
TabContainer/colors/font_disabled_color = Color(0.8, 0.780392, 0.819608, 0.5)
TabContainer/colors/font_selected_color = Color(0.8, 0.780392, 0.819608, 1)
TabContainer/colors/font_unselected_color = Color(0.8, 0.780392, 0.819608, 1)
TabContainer/constants/side_margin = 0
TabContainer/styles/panel = SubResource("StyleBoxFlat_jssey")
TabContainer/styles/tab_disabled = SubResource("StyleBoxFlat_fewc7")
@ -797,23 +809,23 @@ TextEdit/colors/background_color = Color(0, 0, 0, 0)
TextEdit/colors/caret_background_color = Color(0, 0, 0, 1)
TextEdit/colors/caret_color = Color(0.77832, 0.77832, 0.77832, 1)
TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8)
TextEdit/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
TextEdit/colors/font_uneditable_color = Color(0.800183, 0.780652, 0.81973, 0.5)
TextEdit/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
TextEdit/colors/font_uneditable_color = Color(0.8, 0.780392, 0.819608, 0.5)
TextEdit/colors/selection_color = Color(0.184314, 0.396078, 0.533333, 0.4)
TextEdit/colors/word_highlighted_color = Color(0.8, 0.9, 0.9, 0.15)
TextEdit/styles/focus = SubResource("4")
TextEdit/styles/normal = SubResource("5")
TextEdit/styles/read_only = SubResource("2")
TooltipLabel/colors/font_color = Color(0.199817, 0.219348, 0.18027, 1)
TooltipLabel/colors/font_color = Color(0.2, 0.219608, 0.180392, 1)
TooltipPanel/styles/panel = SubResource("151")
Tree/colors/custom_button_font_highlight = Color(0.866992, 0.866992, 0.866992, 1)
Tree/colors/drop_position_color = Color(0.184314, 0.396078, 0.533333, 1)
Tree/colors/font_color = Color(0.800183, 0.780652, 0.81973, 1)
Tree/colors/font_color = Color(0.8, 0.780392, 0.819608, 1)
Tree/colors/guide_color = Color(1, 1, 1, 0.05)
Tree/colors/relationship_line_color = Color(1, 1, 1, 0.1)
Tree/colors/title_button_color = Color(0.77832, 0.77832, 0.77832, 1)
Tree/constants/scroll_border = 40
Tree/icons/unchecked = ExtResource("2_y17hc")
Tree/icons/unchecked = ExtResource("2_hjv6j")
Tree/styles/button_pressed = SubResource("156")
Tree/styles/cursor = SubResource("157")
Tree/styles/cursor_unfocused = SubResource("157")
@ -838,14 +850,14 @@ VSlider/styles/slider = SubResource("170")
VSplitContainer/constants/separation = 8
ValueSlider/base_type = &"TextureProgressBar"
ValueSlider/colors/progress_color = Color(0.309804, 0.266667, 0.360784, 1)
ValueSlider/colors/under_color = Color(0.148989, 0.0898756, 0.211521, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_pg80n")
ValueSlider/icons/arrow_normal = ExtResource("3_lnjrw")
ValueSlider/icons/arrow_pressed = ExtResource("5_jso4k")
ValueSlider/colors/under_color = Color(0.14902, 0.0901961, 0.211765, 1)
ValueSlider/icons/arrow_hover = ExtResource("4_lvo3d")
ValueSlider/icons/arrow_normal = ExtResource("3_a7h0n")
ValueSlider/icons/arrow_pressed = ExtResource("5_o3s4v")
ValueSlider/icons/texture_over = null
ValueSlider/icons/texture_progress = ExtResource("6_ub5oj")
ValueSlider/icons/texture_under = ExtResource("6_ub5oj")
Window/colors/title_color = Color(0.800183, 0.780652, 0.81973, 1)
ValueSlider/icons/texture_progress = ExtResource("6_rpq74")
ValueSlider/icons/texture_under = ExtResource("6_rpq74")
Window/colors/title_color = Color(0.8, 0.780392, 0.819608, 1)
Window/constants/title_height = 24
Window/styles/embedded_border = SubResource("StyleBoxFlat_pgljm")
Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_wmfk1")

View file

@ -737,7 +737,8 @@ new_layer={
}
remove_layer={
"deadzone": 0.5,
"events": []
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194312,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_layer_up={
"deadzone": 0.5,

View file

@ -840,7 +840,9 @@ func _renderer_changed(value: int) -> void:
## Use this to prepare Pixelorama before opening a dialog.
func dialog_open(open: bool) -> void:
func dialog_open(open: bool, is_file_dialog := false) -> void:
if is_file_dialog and use_native_file_dialogs:
return
var dim_color := Color.WHITE
if open:
if dim_on_popup:

View file

@ -284,7 +284,7 @@ func _on_OpenSprite_files_selected(paths: PackedStringArray) -> void:
func show_save_dialog(project := Global.current_project) -> void:
Global.dialog_open(true)
Global.dialog_open(true, true)
if OS.get_name() == "Web":
var save_filename := save_sprite_html5.get_node("%FileNameLineEdit")
save_sprite_html5.popup_centered()

View file

@ -89,6 +89,7 @@ func _input(_event: InputEvent) -> void:
func _ready() -> void:
super._ready()
load_model_dialog.use_native_dialog = Global.use_native_file_dialogs
Global.cel_switched.connect(_cel_switched)
_cel_switched()
var new_object_popup := new_object_menu_button.get_popup()
@ -241,7 +242,7 @@ func _cel_switched() -> void:
func _new_object_popup_id_pressed(id: int) -> void:
if id == Cel3DObject.Type.IMPORTED:
load_model_dialog.popup_centered()
Global.dialog_open(true)
Global.dialog_open(true, true)
else:
_add_object(id)
@ -488,4 +489,4 @@ func _on_LoadModelDialog_files_selected(paths: PackedStringArray) -> void:
func _on_load_model_dialog_visibility_changed() -> void:
Global.dialog_open(false)
Global.dialog_open(false, true)

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=6 format=3 uid="uid://c35n21ii7onhe"]
[gd_scene load_steps=8 format=3 uid="uid://c35n21ii7onhe"]
[ext_resource type="PackedScene" uid="uid://ctfgfelg0sho8" path="res://src/Tools/BaseTool.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://yjhp0ssng2mp" path="res://src/UI/Nodes/ValueSlider.tscn" id="2"]
@ -6,6 +6,12 @@
[ext_resource type="Texture2D" uid="uid://bgrq56ndc4ydj" path="res://assets/graphics/misc/unlocked_size.png" id="4"]
[ext_resource type="PackedScene" path="res://src/UI/Nodes/ValueSliderV2.tscn" id="5"]
[sub_resource type="InputEventAction" id="InputEventAction_inhdu"]
action = &"transformation_confirm"
[sub_resource type="Shortcut" id="Shortcut_5ydch"]
events = [SubResource("InputEventAction_inhdu")]
[node name="ToolOptions" instance=ExtResource("1")]
script = ExtResource("3")
@ -53,8 +59,6 @@ text = "Margins:"
[node name="Top" parent="MarginsContainer" index="1" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
allow_greater = true
allow_lesser = true
prefix = "Top:"
@ -62,8 +66,6 @@ prefix = "Top:"
[node name="Bottom" parent="MarginsContainer" index="2" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
allow_greater = true
allow_lesser = true
prefix = "Bottom:"
@ -71,8 +73,6 @@ prefix = "Bottom:"
[node name="Left" parent="MarginsContainer" index="3" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
allow_greater = true
allow_lesser = true
prefix = "Left:"
@ -80,8 +80,6 @@ prefix = "Left:"
[node name="Right" parent="MarginsContainer" index="4" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
allow_greater = true
allow_lesser = true
prefix = "Right:"
@ -101,8 +99,6 @@ layout_mode = 2
[node name="RatioX" parent="RatioContainer/HBoxContainer" index="0" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
min_value = 1.0
value = 1.0
allow_greater = true
@ -114,8 +110,6 @@ text = ":"
[node name="RatioY" parent="RatioContainer/HBoxContainer" index="2" instance=ExtResource("2")]
unique_name_in_owner = true
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
min_value = 1.0
value = 1.0
allow_greater = true
@ -151,6 +145,7 @@ prefix_y = "Height:"
[node name="Apply" type="Button" parent="." index="7"]
layout_mode = 2
mouse_default_cursor_shape = 2
shortcut = SubResource("Shortcut_5ydch")
text = "Apply"
[node name="DimensionsLabel" type="Label" parent="." index="8"]

View file

@ -376,13 +376,14 @@ func _handle_metadata(id: int, popup_menu: PopupMenu) -> void:
func _popup_dialog(dialog: Window, dialog_size := Vector2i.ZERO) -> void:
dialog.popup_centered(dialog_size)
Global.dialog_open(true)
var is_file_dialog := dialog is FileDialog
Global.dialog_open(true, is_file_dialog)
func file_menu_id_pressed(id: int) -> void:
match id:
Global.FileMenu.NEW:
_on_new_project_file_menu_option_pressed()
_popup_dialog(new_image_dialog)
Global.FileMenu.OPEN:
_open_project_file()
Global.FileMenu.OPEN_LAST_PROJECT:
@ -401,11 +402,6 @@ func file_menu_id_pressed(id: int) -> void:
_handle_metadata(id, file_menu)
func _on_new_project_file_menu_option_pressed() -> void:
new_image_dialog.popup_centered()
Global.dialog_open(true)
func _open_project_file() -> void:
if OS.get_name() == "Web":
Html5FileExchange.load_image()