You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For creating the project I used: Ren'Py 7.3.5.606
Vita exporter shows 7.4.9 Ou
I was trying to use the user input keyboard within the vita:
$ pName = renpy.input("Write your name and press enter to start the game.", length=10) or "Bunkai"
In contrast to the pc version, it first saves the input (or the lack of it). After that, it glitches out and prompts the keyboard again (this second time the input is not used). As a result, the dialogue for the input prompt and the dialogue right after your first input will be hidden by the keyboard screen.
Previous and following code after this snippet work as expected.
The text was updated successfully, but these errors were encountered:
For creating the project I used: Ren'Py 7.3.5.606
Vita exporter shows 7.4.9 Ou
I was trying to use the user input keyboard within the vita:
In contrast to the pc version, it first saves the input (or the lack of it). After that, it glitches out and prompts the keyboard again (this second time the input is not used). As a result, the dialogue for the input prompt and the dialogue right after your first input will be hidden by the keyboard screen.
Previous and following code after this snippet work as expected.
The text was updated successfully, but these errors were encountered: