Skip to content

Commit

Permalink
Replace icon, add tooltips in some places
Browse files Browse the repository at this point in the history
  • Loading branch information
popcar2 committed Apr 4, 2024
1 parent 96c8527 commit ffeb7a0
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 12 deletions.
Binary file added Art/CleanDoomIcon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Binary file removed Art/CleanDoomIconWIP.png
Binary file not shown.
Binary file modified Art/icon.ico
Binary file not shown.
30 changes: 27 additions & 3 deletions Scenes/MainScene/main_scene.tscn
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"]

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=""
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ffeb7a0

Please sign in to comment.