WTS/game/tl/chinese/init.rpy
LoafyLemon 1b1bc53759 Bug fixes and improvements
* Fixed renpy.input not working with Chinese translation
* Improved language handling for preferences
2022-11-05 21:27:34 +00:00

9 lines
314 B
Plaintext

translate chinese style default:
font "tl/chinese/NotoSansSC-Bold.otf"
translate chinese python:
gui.text_font = "tl/chinese/NotoSansSC-Bold.otf"
gui.bold_font = "tl/chinese/NotoSansSC-Black.otf"
# Note: This is required for non-alphabetic scripts to support inputs.
ALLOWED_CHARACTERS = None