Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Quantum Soteriology Dev

3
Posts
24
Followers
A member registered Jan 23, 2022 · View creator page →

Creator of

Recent community posts

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.

Super cute artstyle!! Delia's hat reminds me of Koishi's :3

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