diff --git a/Art/CleanDoomIcon.png b/Art/CleanDoomIcon.png new file mode 100644 index 0000000..d39028b Binary files /dev/null and b/Art/CleanDoomIcon.png differ diff --git a/Art/CleanDoomIconWIP.png.import b/Art/CleanDoomIcon.png.import similarity index 67% rename from Art/CleanDoomIconWIP.png.import rename to Art/CleanDoomIcon.png.import index 901d1e6..6278cd8 100644 --- a/Art/CleanDoomIconWIP.png.import +++ b/Art/CleanDoomIcon.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dsrqiua5ongcx" -path="res://.godot/imported/CleanDoomIconWIP.png-edd07480b61a31721a23ad443351dc3a.ctex" +uid="uid://crvn1rioqbx0u" +path="res://.godot/imported/CleanDoomIcon.png-731f7b035227861f42112151ee5826c5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Art/CleanDoomIconWIP.png" -dest_files=["res://.godot/imported/CleanDoomIconWIP.png-edd07480b61a31721a23ad443351dc3a.ctex"] +source_file="res://Art/CleanDoomIcon.png" +dest_files=["res://.godot/imported/CleanDoomIcon.png-731f7b035227861f42112151ee5826c5.ctex"] [params] diff --git a/Art/CleanDoomIconWIP.png b/Art/CleanDoomIconWIP.png deleted file mode 100644 index 619c871..0000000 Binary files a/Art/CleanDoomIconWIP.png and /dev/null differ diff --git a/Art/icon.ico b/Art/icon.ico index 7583d26..14baf49 100644 Binary files a/Art/icon.ico and b/Art/icon.ico differ diff --git a/Scenes/MainScene/main_scene.tscn b/Scenes/MainScene/main_scene.tscn index 7b394c2..d96cad5 100644 --- a/Scenes/MainScene/main_scene.tscn +++ b/Scenes/MainScene/main_scene.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=41 format=3 uid="uid://dvgched8fki6"] +[gd_scene load_steps=43 format=3 uid="uid://dvgched8fki6"] [ext_resource type="FontFile" uid="uid://b75tskygvw2u6" path="res://Fonts/Roboto-Regular.ttf" id="1_4htwb"] [ext_resource type="Script" path="res://Scenes/MainScene/main_scene.gd" id="2_7s6wy"] @@ -11,7 +11,9 @@ [ext_resource type="FontFile" uid="uid://hi05li2fdpnu" path="res://Fonts/Roboto-Bold.ttf" id="6_ugyx2"] [ext_resource type="Script" path="res://Scenes/MainScene/ConsoleCommandTextEdit.gd" id="7_v2i11"] [ext_resource type="Script" path="res://Scenes/Settings/Settings.gd" id="11_p0vs3"] +[ext_resource type="Theme" uid="uid://dnl67yen3fxii" path="res://Themes/tooltip_theme.tres" id="12_j5hen"] [ext_resource type="Script" path="res://Scenes/Misc/show_if_flatpak_detected.gd" id="12_s8ut6"] +[ext_resource type="Texture2D" uid="uid://dq4x8d6ltfh3l" path="res://Art/tooltip-icon.png" id="13_dames"] [ext_resource type="Texture2D" uid="uid://dkgocqv70qjfg" path="res://Art/Heart.png" id="13_vvfyf"] [ext_resource type="Script" path="res://Scenes/Misc/donate_button.gd" id="14_65s0t"] @@ -626,7 +628,6 @@ theme_override_styles/pressed = SubResource("StyleBoxFlat_vckgf") text = "Settings" [node name="Settings" type="Control" parent="."] -visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -731,15 +732,38 @@ layout_mode = 2 alignment = 1 [node name="RichTextLabel" type="RichTextLabel" parent="Settings/ColorRect/MarginContainer/Panel/VBoxContainer/HBoxContainer2"] +clip_contents = false layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 4 size_flags_stretch_ratio = 1.5 theme_override_font_sizes/normal_font_size = 24 bbcode_enabled = true -text = "[center]Use different save directory per profile" +text = "[center]Automatic save folders per profile" fit_content = true +[node name="TooltipTexture" type="TextureRect" parent="Settings/ColorRect/MarginContainer/Panel/VBoxContainer/HBoxContainer2/RichTextLabel"] +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = 184.0 +offset_top = -21.5 +offset_right = 204.0 +offset_bottom = -1.5 +grow_horizontal = 2 +grow_vertical = 2 +tooltip_text = "Automatically creates and uses a different save directory per profile. + +Use if you want each profile to have its own save games. + +Note: Deleting profiles doesn't delete its saves." +theme = ExtResource("12_j5hen") +texture = ExtResource("13_dames") +expand_mode = 1 + [node name="Control" type="Control" parent="Settings/ColorRect/MarginContainer/Panel/VBoxContainer/HBoxContainer2"] layout_mode = 2 size_flags_horizontal = 3 diff --git a/export_presets.cfg b/export_presets.cfg index f3370f1..9faca8b 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="D:/GodotEngine/CleanDoom Exports/CleanDoom_v1.0.1_Windows/CleanDoom.exe" +export_path="D:/GodotEngine/CleanDoom Exports/CleanDoom_v1.0.2_Windows/CleanDoom.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -32,7 +32,7 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PackedStringArray() application/modify_resources=true -application/icon="res://Art/CleanDoomIconWIP.png" +application/icon="res://Art/CleanDoomIcon.png" application/console_wrapper_icon="" application/icon_interpolation=4 application/file_version="" @@ -71,7 +71,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="D:/GodotEngine/CleanDoom Exports/CleanDoom_v1.0.1.1_Linux/CleanDoom.x86_64" +export_path="D:/GodotEngine/CleanDoom Exports/CleanDoom_v1.0.2_Linux/CleanDoom.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -82,7 +82,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false diff --git a/project.godot b/project.godot index 3f41659..e9c9a3c 100644 --- a/project.godot +++ b/project.godot @@ -17,7 +17,7 @@ config/use_custom_user_dir=true config/custom_user_dir_name="CleanDoom" config/features=PackedStringArray("4.2", "GL Compatibility") run/low_processor_mode=true -config/icon="res://Art/CleanDoomIconWIP.png" +config/icon="res://Art/CleanDoomIcon.png" config/windows_native_icon="res://Art/icon.ico" [autoload]