diff --git a/Assets/Fonts/CJK/NotoSansCJKtc-Bold.otf b/Assets/Fonts/CJK/NotoSansCJKtc-Bold.otf deleted file mode 100644 index 7553dc5e7..000000000 Binary files a/Assets/Fonts/CJK/NotoSansCJKtc-Bold.otf and /dev/null differ diff --git a/Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres b/Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres deleted file mode 100644 index 45e47a96a..000000000 --- a/Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres +++ /dev/null @@ -1,9 +0,0 @@ -[gd_resource type="DynamicFont" load_steps=2 format=2] - -[ext_resource path="res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.otf" type="DynamicFontData" id=1] - -[resource] -size = 12 -use_mipmaps = true -use_filter = true -font_data = ExtResource( 1 ) diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 6ddfa125d..484ef4fbf 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -43,6 +43,9 @@ msgstr "" msgid "Help" msgstr "" +msgid "New" +msgstr "" + msgid "New..." msgstr "" @@ -55,6 +58,9 @@ msgstr "" msgid "Save as..." msgstr "" +msgid "Import" +msgstr "" + msgid "Import..." msgstr "" @@ -1062,6 +1068,9 @@ msgstr "" msgid "You haven't saved or opened any project in Pixelorama yet!" msgstr "" +msgid "Open Last Project" +msgstr "" + msgid "Open last project..." msgstr "" diff --git a/src/UI/Dialogs/SplashDialog.gd b/src/UI/Dialogs/SplashDialog.gd index 41f99efe6..fa7c6f970 100644 --- a/src/UI/Dialogs/SplashDialog.gd +++ b/src/UI/Dialogs/SplashDialog.gd @@ -19,8 +19,8 @@ func _on_SplashDialog_about_to_show() -> void: if "zh" in TranslationServer.get_locale(): show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Small.tres")) developed_by_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Small.tres")) - platinum_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres")) - gold_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres")) + platinum_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres")) + gold_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres")) else: show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/Roboto-Small.tres")) developed_by_label.add_font_override("font", preload("res://Assets/Fonts/Roboto-Small.tres")) diff --git a/src/UI/Dialogs/SplashDialog.tscn b/src/UI/Dialogs/SplashDialog.tscn index 3fba16c8c..09f426c89 100644 --- a/src/UI/Dialogs/SplashDialog.tscn +++ b/src/UI/Dialogs/SplashDialog.tscn @@ -16,6 +16,7 @@ margin_right = 614.0 margin_bottom = 590.0 rect_min_size = Vector2( 600, 560 ) +resizable = true script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false @@ -259,14 +260,13 @@ text = "Platinum Sponsor" align = 1 [node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"] -margin_top = 47.0 +margin_top = 56.0 margin_right = 125.0 -margin_bottom = 80.0 +margin_bottom = 71.0 size_flags_vertical = 6 custom_fonts/font = ExtResource( 6 ) custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 ) -text = "Platinum -Sponsor" +text = "Platinum Sponsor" align = 1 [node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"] @@ -296,14 +296,13 @@ text = "Gold Sponsors" align = 1 [node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"] -margin_top = 47.0 +margin_top = 56.0 margin_right = 125.0 -margin_bottom = 80.0 +margin_bottom = 71.0 size_flags_vertical = 6 custom_fonts/font = ExtResource( 6 ) custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 ) -text = "Gold -Sponsors" +text = "Gold Sponsors" align = 1 [node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"]