diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 8d4ff6d34..5e3eb9249 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -443,6 +443,12 @@ msgstr "" msgid "Czech" msgstr "" +msgid "Arabic" +msgstr "" + +msgid "Turkish" +msgstr "" + msgid "Development Team" msgstr "" diff --git a/assets/graphics/icons/icon.icns b/assets/graphics/icons/icon.icns index c27984af2..d332681f5 100644 Binary files a/assets/graphics/icons/icon.icns and b/assets/graphics/icons/icon.icns differ diff --git a/assets/graphics/icons/icon.ico b/assets/graphics/icons/icon.ico index 83f079319..724347848 100644 Binary files a/assets/graphics/icons/icon.ico and b/assets/graphics/icons/icon.ico differ diff --git a/assets/graphics/icons/icon.png b/assets/graphics/icons/icon.png index 2c60780ff..f1101072d 100644 Binary files a/assets/graphics/icons/icon.png and b/assets/graphics/icons/icon.png differ diff --git a/assets/graphics/icons/icon_64x64.png b/assets/graphics/icons/icon_64x64.png deleted file mode 100644 index 2cf8e807b..000000000 Binary files a/assets/graphics/icons/icon_64x64.png and /dev/null differ diff --git a/assets/graphics/icons/icon_64x64.png.import b/assets/graphics/icons/icon_64x64.png.import deleted file mode 100644 index 297b618d4..000000000 --- a/assets/graphics/icons/icon_64x64.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/icon_64x64.png-2937d85e056a1cd1fa09a65d7bee952f.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/graphics/icons/icon_64x64.png" -dest_files=[ "res://.import/icon_64x64.png-2937d85e056a1cd1fa09a65d7bee952f.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=false -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 -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/src/UI/Dialogs/AboutDialog.tscn b/src/UI/Dialogs/AboutDialog.tscn index 0a7b5c50f..7babe940c 100644 --- a/src/UI/Dialogs/AboutDialog.tscn +++ b/src/UI/Dialogs/AboutDialog.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=2] [ext_resource path="res://src/UI/Dialogs/AboutDialog.gd" type="Script" id=1] -[ext_resource path="res://assets/graphics/icons/icon_64x64.png" type="Texture" id=2] +[ext_resource path="res://assets/graphics/icons/icon.png" type="Texture" id=2] [ext_resource path="res://assets/fonts/Roboto-Italic.tres" type="DynamicFont" id=3] [ext_resource path="res://assets/graphics/splash_screen/orama_64x64.png" type="Texture" id=4] [ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5] @@ -30,7 +30,9 @@ margin_bottom = 64.0 [node name="PixeloramaLogo" type="TextureRect" parent="AboutUI/IconsButtons"] margin_right = 64.0 margin_bottom = 64.0 +rect_min_size = Vector2( 64, 64 ) texture = ExtResource( 2 ) +expand = true [node name="SloganAndLinks" type="CenterContainer" parent="AboutUI/IconsButtons"] margin_left = 68.0