gojira667
Member
- Sep 9, 2019
- 363
- 396
- 187
Can you set a different font via Ren'Py's translation system if someone chose to define it directly in the displayable? E.G.
I know you can rename a new font to the existing one (
Code:
text _("Save") color "#000" font "stonecutter.ttf"
stonecutter.ttf) then place it in the tl/LANG specific folder to override the original. Though you obviously lose access to the original font this way in that language...