mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Big splash screen update & new translatable strings
This commit is contained in:
parent
f57ea4d64f
commit
b1d84042b1
24 changed files with 549 additions and 58 deletions
|
@ -67,7 +67,7 @@ func _on_Language_pressed(button : Button) -> void:
|
|||
TranslationServer.set_locale(Global.loaded_locales[index])
|
||||
|
||||
if "zh" in TranslationServer.get_locale():
|
||||
Global.control.theme.default_font = preload("res://Assets/Fonts/NotoSansCJKtc-Regular.tres")
|
||||
Global.control.theme.default_font = preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres")
|
||||
else:
|
||||
Global.control.theme.default_font = preload("res://Assets/Fonts/Roboto-Regular.tres")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue