diff --git a/Main.tscn b/Main.tscn index 6d7f9e4..515a231 100644 --- a/Main.tscn +++ b/Main.tscn @@ -1,11 +1,13 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://Main.gd" type="Script" id=1] [ext_resource path="res://ServerUI.tscn" type="PackedScene" id=2] +[ext_resource path="res://theme/default_theme.theme" type="Theme" id=3] [node name="Main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 +theme = ExtResource( 3 ) script = ExtResource( 1 ) [node name="ServerUI" parent="." instance=ExtResource( 2 )] diff --git a/ServerUI.tscn b/ServerUI.tscn index 28f2161..e91ad75 100644 --- a/ServerUI.tscn +++ b/ServerUI.tscn @@ -20,75 +20,75 @@ __meta__ = { [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] margin_right = 1182.0 -margin_bottom = 32.0 +margin_bottom = 42.0 alignment = 1 [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"] -margin_left = 142.0 -margin_top = 9.0 -margin_right = 227.0 -margin_bottom = 23.0 +margin_left = 95.0 +margin_top = 12.0 +margin_right = 189.0 +margin_bottom = 29.0 text = "Server folder:" [node name="ServerPathLabel" type="Label" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 231.0 -margin_top = 9.0 -margin_right = 470.0 -margin_bottom = 23.0 +margin_left = 193.0 +margin_top = 12.0 +margin_right = 446.0 +margin_bottom = 29.0 text = "/home/username/long/path/to/server" [node name="OpenServerFolderButton" type="Button" parent="VBoxContainer/HBoxContainer"] -margin_left = 474.0 -margin_right = 533.0 -margin_bottom = 32.0 +margin_left = 450.0 +margin_right = 517.0 +margin_bottom = 42.0 rect_min_size = Vector2( 0, 32 ) text = "Open..." [node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer"] -margin_left = 537.0 -margin_top = 9.0 -margin_right = 611.0 -margin_bottom = 23.0 +margin_left = 521.0 +margin_top = 12.0 +margin_right = 603.0 +margin_bottom = 29.0 text = "Server port:" [node name="PortSpinBox" type="SpinBox" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 615.0 -margin_right = 689.0 -margin_bottom = 32.0 +margin_left = 607.0 +margin_right = 687.0 +margin_bottom = 42.0 min_value = 81.0 max_value = 8000.0 value = 3001.0 [node name="StartServerButton" type="Button" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 693.0 -margin_right = 778.0 -margin_bottom = 32.0 +margin_left = 691.0 +margin_right = 792.0 +margin_bottom = 42.0 rect_min_size = Vector2( 0, 32 ) text = "Start server" [node name="ServerStatusLabel" type="Label" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 782.0 -margin_top = 9.0 -margin_right = 918.0 -margin_bottom = 23.0 +margin_left = 796.0 +margin_top = 12.0 +margin_right = 947.0 +margin_bottom = 29.0 text = "Server is not running." [node name="OpenBrowserButton" type="Button" parent="VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 922.0 -margin_right = 1040.0 -margin_bottom = 32.0 +margin_left = 951.0 +margin_right = 1086.0 +margin_bottom = 42.0 rect_min_size = Vector2( 0, 32 ) size_flags_horizontal = 12 disabled = true text = "Open in browser" [node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer"] -margin_top = 41.0 +margin_top = 51.0 margin_right = 1182.0 margin_bottom = 611.0 size_flags_vertical = 3 @@ -96,34 +96,34 @@ split_offset = -263 [node name="VBoxContainer2" type="VBoxContainer" parent="VBoxContainer/HSplitContainer"] margin_right = 322.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_horizontal = 3 [node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer2"] margin_right = 322.0 -margin_bottom = 32.0 +margin_bottom = 40.0 [node name="Label" type="Label" parent="VBoxContainer/HSplitContainer/VBoxContainer2/HBoxContainer2"] -margin_top = 9.0 -margin_right = 30.0 -margin_bottom = 23.0 +margin_top = 11.0 +margin_right = 34.0 +margin_bottom = 28.0 size_flags_horizontal = 0 text = "Files" [node name="RefreshFilesButton" type="Button" parent="VBoxContainer/HSplitContainer/VBoxContainer2/HBoxContainer2"] unique_name_in_owner = true -margin_left = 262.0 +margin_left = 251.0 margin_right = 322.0 -margin_bottom = 32.0 +margin_bottom = 40.0 rect_min_size = Vector2( 0, 32 ) size_flags_horizontal = 10 text = "Refresh" [node name="FileTree" type="Tree" parent="VBoxContainer/HSplitContainer/VBoxContainer2"] unique_name_in_owner = true -margin_top = 36.0 +margin_top = 44.0 margin_right = 322.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_horizontal = 3 size_flags_vertical = 3 allow_rmb_select = true @@ -132,78 +132,78 @@ hide_root = true [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HSplitContainer"] margin_left = 334.0 margin_right = 1182.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_horizontal = 3 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer"] margin_right = 848.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_vertical = 3 [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer"] margin_right = 848.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_horizontal = 3 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer"] margin_right = 848.0 -margin_bottom = 24.0 +margin_bottom = 42.0 [node name="Label" type="Label" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HBoxContainer"] -margin_top = 5.0 -margin_right = 32.0 -margin_bottom = 19.0 +margin_top = 12.0 +margin_right = 34.0 +margin_bottom = 29.0 text = "Title:" [node name="DocTitleLineEdit" type="LineEdit" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HBoxContainer"] unique_name_in_owner = true -margin_left = 36.0 +margin_left = 38.0 margin_right = 848.0 -margin_bottom = 24.0 +margin_bottom = 42.0 size_flags_horizontal = 3 placeholder_text = "(Optional)" [node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer"] -margin_top = 28.0 +margin_top = 46.0 margin_right = 848.0 -margin_bottom = 52.0 +margin_bottom = 88.0 [node name="Label" type="Label" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HBoxContainer2"] -margin_top = 5.0 -margin_right = 34.0 -margin_bottom = 19.0 +margin_top = 12.0 +margin_right = 37.0 +margin_bottom = 29.0 text = "Date:" [node name="DocDateLineEdit" type="LineEdit" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HBoxContainer2"] unique_name_in_owner = true -margin_left = 38.0 +margin_left = 41.0 margin_right = 848.0 -margin_bottom = 24.0 +margin_bottom = 42.0 size_flags_horizontal = 3 placeholder_text = "(Optional)" [node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer"] -margin_top = 56.0 +margin_top = 92.0 margin_right = 848.0 -margin_bottom = 570.0 +margin_bottom = 560.0 size_flags_vertical = 3 split_offset = 328 [node name="ContentEditContainer" type="VBoxContainer" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HSplitContainer"] margin_right = 848.0 -margin_bottom = 514.0 +margin_bottom = 468.0 size_flags_vertical = 3 [node name="Label" type="Label" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HSplitContainer/ContentEditContainer"] margin_right = 848.0 -margin_bottom = 14.0 +margin_bottom = 17.0 text = "Content" [node name="DocInputTextEdit" type="TextEdit" parent="VBoxContainer/HSplitContainer/VBoxContainer/HBoxContainer/VBoxContainer/HSplitContainer/ContentEditContainer"] unique_name_in_owner = true -margin_top = 18.0 +margin_top = 21.0 margin_right = 848.0 -margin_bottom = 514.0 +margin_bottom = 468.0 size_flags_horizontal = 3 size_flags_vertical = 3 show_line_numbers = true diff --git a/project.godot b/project.godot index ffc2b02..41117b2 100644 --- a/project.godot +++ b/project.godot @@ -28,6 +28,7 @@ _global_script_class_icons={ config/name="Tickle Frontend" run/main_scene="res://Main.tscn" +boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 1 ) config/icon="res://icon.png" [display] @@ -42,6 +43,7 @@ enabled=PoolStringArray( "res://addons/http_server/plugin.cfg" ) [gui] common/drop_mouse_on_gui_input_disabled=true +theme/custom="res://theme/default_theme.theme" [physics] @@ -49,4 +51,5 @@ common/enable_pause_aware_picking=true [rendering] +environment/default_clear_color=Color( 0.1023, 0.11, 0.102942, 1 ) environment/default_environment="res://default_env.tres" diff --git a/theme/FiraSans-ExtraLight.otf b/theme/FiraSans-ExtraLight.otf new file mode 100644 index 0000000..be301c2 Binary files /dev/null and b/theme/FiraSans-ExtraLight.otf differ diff --git a/theme/FiraSans-Light.otf b/theme/FiraSans-Light.otf new file mode 100644 index 0000000..1445a4a Binary files /dev/null and b/theme/FiraSans-Light.otf differ diff --git a/theme/FiraSans-Regular.otf b/theme/FiraSans-Regular.otf new file mode 100644 index 0000000..98ef98c Binary files /dev/null and b/theme/FiraSans-Regular.otf differ diff --git a/theme/FontRg.tres b/theme/FontRg.tres new file mode 100644 index 0000000..47ca787 --- /dev/null +++ b/theme/FontRg.tres @@ -0,0 +1,6 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://theme/FiraSans-Regular.otf" type="DynamicFontData" id=1] + +[resource] +font_data = ExtResource( 1 ) diff --git a/theme/FontWriter.tres b/theme/FontWriter.tres new file mode 100644 index 0000000..91b8095 --- /dev/null +++ b/theme/FontWriter.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://theme/FiraSans-Light.otf" type="DynamicFontData" id=1] + +[resource] +size = 18 +font_data = ExtResource( 1 ) diff --git a/theme/FreeMono.ttf b/theme/FreeMono.ttf new file mode 100644 index 0000000..bdd48b0 Binary files /dev/null and b/theme/FreeMono.ttf differ diff --git a/theme/FreeMonoBold.ttf b/theme/FreeMonoBold.ttf new file mode 100644 index 0000000..9017537 Binary files /dev/null and b/theme/FreeMonoBold.ttf differ diff --git a/theme/FreeSans.ttf b/theme/FreeSans.ttf new file mode 100644 index 0000000..ec00c45 Binary files /dev/null and b/theme/FreeSans.ttf differ diff --git a/theme/default_theme.theme b/theme/default_theme.theme new file mode 100644 index 0000000..b0d33dc Binary files /dev/null and b/theme/default_theme.theme differ diff --git a/theme/styleboxes/button/BtnDisabledStylebox.tres b/theme/styleboxes/button/BtnDisabledStylebox.tres new file mode 100644 index 0000000..9b14614 --- /dev/null +++ b/theme/styleboxes/button/BtnDisabledStylebox.tres @@ -0,0 +1,14 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.168, 0.192, 0.2, 1 ) +border_width_bottom = 3 +border_color = Color( 0.2788, 0.41, 0.296293, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/button/BtnHoverStylebox.tres b/theme/styleboxes/button/BtnHoverStylebox.tres new file mode 100644 index 0000000..e1238af --- /dev/null +++ b/theme/styleboxes/button/BtnHoverStylebox.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 5 +border_color = Color( 0.164706, 0.85098, 0.254902, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/button/BtnNormalStylebox.tres b/theme/styleboxes/button/BtnNormalStylebox.tres new file mode 100644 index 0000000..0c4f8d1 --- /dev/null +++ b/theme/styleboxes/button/BtnNormalStylebox.tres @@ -0,0 +1,14 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 ) +border_width_bottom = 3 +border_color = Color( 0.164706, 0.85098, 0.254902, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/button/BtnPressedStylebox.tres b/theme/styleboxes/button/BtnPressedStylebox.tres new file mode 100644 index 0000000..9b6af69 --- /dev/null +++ b/theme/styleboxes/button/BtnPressedStylebox.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 ) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color( 0.164706, 0.85098, 0.254902, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/lineedit/LineEditNormalStylebox.tres b/theme/styleboxes/lineedit/LineEditNormalStylebox.tres new file mode 100644 index 0000000..61d90ca --- /dev/null +++ b/theme/styleboxes/lineedit/LineEditNormalStylebox.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 12.0 +bg_color = Color( 0.0705882, 0.164706, 0.196078, 1 ) +border_width_left = 2 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 6 +border_color = Color( 0.164706, 0.85098, 0.254902, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/lineedit/LineEditReadonlyStylebox.tres b/theme/styleboxes/lineedit/LineEditReadonlyStylebox.tres new file mode 100644 index 0000000..9a67f12 --- /dev/null +++ b/theme/styleboxes/lineedit/LineEditReadonlyStylebox.tres @@ -0,0 +1,17 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +content_margin_left = 8.0 +content_margin_right = 8.0 +content_margin_top = 10.0 +content_margin_bottom = 10.0 +bg_color = Color( 0.168, 0.192, 0.2, 1 ) +border_width_left = 2 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 6 +border_color = Color( 0.2788, 0.41, 0.296293, 1 ) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 diff --git a/theme/styleboxes/scrollbar/ScrollBarGrabberHighlightStylebox.tres b/theme/styleboxes/scrollbar/ScrollBarGrabberHighlightStylebox.tres new file mode 100644 index 0000000..c0f9362 --- /dev/null +++ b/theme/styleboxes/scrollbar/ScrollBarGrabberHighlightStylebox.tres @@ -0,0 +1,8 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +bg_color = Color( 0.615686, 0.921569, 0.658824, 1 ) +corner_radius_top_left = 12 +corner_radius_top_right = 12 +corner_radius_bottom_right = 12 +corner_radius_bottom_left = 12 diff --git a/theme/styleboxes/scrollbar/ScrollBarGrabberPressedStylebox.tres b/theme/styleboxes/scrollbar/ScrollBarGrabberPressedStylebox.tres new file mode 100644 index 0000000..fe8eb5a --- /dev/null +++ b/theme/styleboxes/scrollbar/ScrollBarGrabberPressedStylebox.tres @@ -0,0 +1,8 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +bg_color = Color( 0.1764, 0.63, 0.23688, 1 ) +corner_radius_top_left = 12 +corner_radius_top_right = 12 +corner_radius_bottom_right = 12 +corner_radius_bottom_left = 12 diff --git a/theme/styleboxes/scrollbar/ScrollBarGrabberStylebox.tres b/theme/styleboxes/scrollbar/ScrollBarGrabberStylebox.tres new file mode 100644 index 0000000..bab677d --- /dev/null +++ b/theme/styleboxes/scrollbar/ScrollBarGrabberStylebox.tres @@ -0,0 +1,8 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +bg_color = Color( 0.164706, 0.85098, 0.254902, 1 ) +corner_radius_top_left = 12 +corner_radius_top_right = 12 +corner_radius_bottom_right = 12 +corner_radius_bottom_left = 12 diff --git a/theme/styleboxes/scrollbar/ScrollBarScrollStylebox.tres b/theme/styleboxes/scrollbar/ScrollBarScrollStylebox.tres new file mode 100644 index 0000000..855d826 --- /dev/null +++ b/theme/styleboxes/scrollbar/ScrollBarScrollStylebox.tres @@ -0,0 +1,13 @@ +[gd_resource type="StyleBoxFlat" format=2] + +[resource] +bg_color = Color( 0.168627, 0.192157, 0.2, 0 ) +border_width_left = 3 +border_width_top = 4 +border_width_right = 3 +border_width_bottom = 4 +border_color = Color( 0.168627, 0.192157, 0.2, 0 ) +corner_radius_top_left = 10 +corner_radius_top_right = 10 +corner_radius_bottom_right = 10 +corner_radius_bottom_left = 10 diff --git a/theme/textures/checkmark.svg b/theme/textures/checkmark.svg new file mode 100644 index 0000000..a621da4 --- /dev/null +++ b/theme/textures/checkmark.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/textures/checkmark.svg.import b/theme/textures/checkmark.svg.import new file mode 100644 index 0000000..f99f542 --- /dev/null +++ b/theme/textures/checkmark.svg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/checkmark.svg-c593fbe7a89846c0bcb217f6ec227e9b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://theme/textures/checkmark.svg" +dest_files=[ "res://.import/checkmark.svg-c593fbe7a89846c0bcb217f6ec227e9b.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/theme/textures/checkmark_disabled-checked.png b/theme/textures/checkmark_disabled-checked.png new file mode 100644 index 0000000..867292a Binary files /dev/null and b/theme/textures/checkmark_disabled-checked.png differ diff --git a/theme/textures/checkmark_disabled-checked.png.import b/theme/textures/checkmark_disabled-checked.png.import new file mode 100644 index 0000000..1bc9380 --- /dev/null +++ b/theme/textures/checkmark_disabled-checked.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/checkmark_disabled-checked.png-5aba26a5162a237fec800f8930559eb4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://theme/textures/checkmark_disabled-checked.png" +dest_files=[ "res://.import/checkmark_disabled-checked.png-5aba26a5162a237fec800f8930559eb4.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/theme/textures/checkmark_disabled-unchecked.png b/theme/textures/checkmark_disabled-unchecked.png new file mode 100644 index 0000000..f951dfe Binary files /dev/null and b/theme/textures/checkmark_disabled-unchecked.png differ diff --git a/theme/textures/checkmark_disabled-unchecked.png.import b/theme/textures/checkmark_disabled-unchecked.png.import new file mode 100644 index 0000000..cf51103 --- /dev/null +++ b/theme/textures/checkmark_disabled-unchecked.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/checkmark_disabled-unchecked.png-8bfdd3103b550628b3014ec8cdc80614.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://theme/textures/checkmark_disabled-unchecked.png" +dest_files=[ "res://.import/checkmark_disabled-unchecked.png-8bfdd3103b550628b3014ec8cdc80614.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/theme/textures/checkmark_enabled-checked.png b/theme/textures/checkmark_enabled-checked.png new file mode 100644 index 0000000..9671a71 Binary files /dev/null and b/theme/textures/checkmark_enabled-checked.png differ diff --git a/theme/textures/checkmark_enabled-checked.png.import b/theme/textures/checkmark_enabled-checked.png.import new file mode 100644 index 0000000..fc9776c --- /dev/null +++ b/theme/textures/checkmark_enabled-checked.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/checkmark_enabled-checked.png-625146d8028545daff92e68e0d2b234e.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://theme/textures/checkmark_enabled-checked.png" +dest_files=[ "res://.import/checkmark_enabled-checked.png-625146d8028545daff92e68e0d2b234e.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/theme/textures/checkmark_enabled-unchecked.png b/theme/textures/checkmark_enabled-unchecked.png new file mode 100644 index 0000000..905671a Binary files /dev/null and b/theme/textures/checkmark_enabled-unchecked.png differ diff --git a/theme/textures/checkmark_enabled-unchecked.png.import b/theme/textures/checkmark_enabled-unchecked.png.import new file mode 100644 index 0000000..c8a2489 --- /dev/null +++ b/theme/textures/checkmark_enabled-unchecked.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/checkmark_enabled-unchecked.png-d280edb9026f565cdf11b0af8d45d426.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://theme/textures/checkmark_enabled-unchecked.png" +dest_files=[ "res://.import/checkmark_enabled-unchecked.png-d280edb9026f565cdf11b0af8d45d426.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0