mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24: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
|
@ -94,7 +94,7 @@ func _ready() -> void:
|
|||
TranslationServer.set_locale(OS.get_locale())
|
||||
|
||||
if "zh" in TranslationServer.get_locale():
|
||||
theme.default_font = preload("res://Assets/Fonts/NotoSansCJKtc-Regular.tres")
|
||||
theme.default_font = preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres")
|
||||
else:
|
||||
theme.default_font = preload("res://Assets/Fonts/Roboto-Regular.tres")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue