- Jun 28, 2021
- 22
- 31
I already solved it. I I leave a tutorial. You just have to go to the game folder name "game" after open the file named screens.pry and where where I show in the image add the following I show.
vbox:
style_prefix "radio"
label _("Idioma")
textbutton "English" action Language(None)
textbutton "Español" action Language("es_zenpy")
textbutton "Portugues" action Language("pt_br_zenpy")
Do have to use spacebar to make spaces.
You can use any text editor. I use Visual Studio Code.
After that the language selection menu will be added in the preferences menu.
Sorry If I wrote something wrong, Im not on good in english.
vbox:
style_prefix "radio"
label _("Idioma")
textbutton "English" action Language(None)
textbutton "Español" action Language("es_zenpy")
textbutton "Portugues" action Language("pt_br_zenpy")
Do have to use spacebar to make spaces.
You can use any text editor. I use Visual Studio Code.
After that the language selection menu will be added in the preferences menu.
Sorry If I wrote something wrong, Im not on good in english.