Implements language selector

This commit is contained in:
2022-11-28 06:52:18 -03:00
parent 7d70247bbd
commit 1b3f5d615a
3 changed files with 107 additions and 238 deletions

View File

@@ -4,9 +4,9 @@ label splashscreen:
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
if (persistent.languaged_up is None):
$ persistent.languaged_up = True
#$ persistent.languaged_up = True
$ preferences.set_volume('ui', config.default_sfx_volume) # hack
call screen translator_popup
call screen lang_sel
return