Hi. Great project, just a heads up for any other devs that adding the cute_photo_mode.rpy in my VN made all my backgrounds break, showing Image new_bg not found at the top. Would either have a black screen or white and grey tiled screen. Might just be for my project, but figured I'd mention it here.
Quantum Soteriology Dev
3
Posts
24
Followers
A member registered Jan 23, 2022 · View creator page →
Creator of
3D Model Blender Project file of Utsuho "Okuu" Reiuji from Touhou 11!
Recent community posts
Free Ren'Py Tic-Tac-Toe With Python comments · Posted in Free Ren'Py Tic-Tac-Toe With Python comments
Hi! Thank you so much for the awesome code Mia! :D I would add just as a disclaimer that anyone like myself who wants to add this great project into their game, to remove this code section from the grille.rpy file.
# Default text style for the game
style default:
size 28 # Setting a comfortable font size for all text
# Special title style for headings and important text
style title_text is default:
size 46 # Titles need to stand out, so let's make them bigger!
In my game I have a preferences screen that allows the user to change the text size of dialogue for accessibility, but having this code locks the entire game at that specific text size