Is there any explicit content in the game?
There is no sex depicted in the game so far; however, there is light nudity (boobs).



This Dating Sim · Ren'Py game is available for free on LELALOL. No payment required — sign in to unlock direct download links for Windows, Mac, Linux, Android, and iOS when available.
Last updated on LELALOL: Jun 8, 2026
There is no sex depicted in the game so far; however, there is light nudity (boobs).
No, you cannot change the text speed using the slider on the Options screen. The developer has hardcoded the text speed into the script.rpy file instead of using the default settings from the options.rpy file. To adjust it manually, open the script.rpy file located in the 'game' folder and modify these lines: Code: define s = Character("Sayaka", what_slow_cps=80, what_slow_abortable=False, callback=no_inter) to Code: define s = Character("Sayaka") And change this line from: Code: define p = Character("Player", what_slow_cps=80, what_slow_abortable=False, callback=no_inter) to Code: define p = Character("Player") Save the file and you should be able to adjust the text speed.
Cheats and codes for this game are available to signed-in members.