NickWildish / Mas-NSFW-Submod

A submod dedicated to bring you and Monika THAT much closer. How close you ask? Like, THIS close 🤏
39 stars 86 forks source link

Update nsfw_sexting_dialogue.rpy #111

Closed TreeWizard96 closed 1 year ago

TreeWizard96 commented 1 year ago

Reduce the size of most player prompts during sexting that are above a certain length by adding {size=-7} at the start of those prompts. This helps to make sure the selection boxes don't go up and outside the game window.

Reducing the text size by '7' seems to work well at striking a balance between legibility while still keeping it condensed, even if all the lines shown were longer than average.

I basically just eyeballed each line and if it was more than a single sentence or statement, I slapped {size=-7} at the start of it.

NickWildish commented 1 year ago

Looks good! Gives me some inspiration for a similar fix that will work for future dialogue without us having to manually append {size=-7} ourselves. This can be our way to test it and see what number of characters it takes before it's too long.