mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 07:24:43 -04:00
Removed NotoSansCJKtc-Bold to save space
Updated some missing translations from SplashDialog too
This commit is contained in:
parent
babd5759f8
commit
148d918f12
5 changed files with 18 additions and 19 deletions
|
@ -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"))
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue