Version 2.1 Update
First off, I'd like to thank ArowanaPrincess from the Yuri Jam discord for bringing these issues to my attention. Thanks to their help, I fixed some minor bugs.
centered text was bugged in that it would display a textbox behind it, while the default behavior would simply show text in the middle of the screen without any images attached to it. Please place this anywhere in your files (I have placed it above the say screen as it is relevant to it)
## We need to redefine centered because the new say screen will cause the default ## centered speaker to have the textbox shown behind it. define centered = Character(None, what_style="centered_text", window_style="centered_window", window_background=None)
Custom Line Spacing was not being reflected in font changes for the say screen. Please replace the following line:
text what id "what" kerning persistent.say_dialogue_kerning font persistent.pref_text_font size persistent.pref_text_size line_spacing persistent.pref_text_spacing
End Credits Screen could be interrupted by entering the game menu via Escape, right click, or the K key. Please place the following in the screen credits block.
## Ensure that the game_menu screens don't appear and interrupt the credits. key "K_ESCAPE" action NullAction() key "K_MENU" action NullAction() key "mouseup_3" action NullAction()
Thank you again for using the template!
To-Do List:
- Find a way to exclude image captions from the renpy.count_dialogue_blocks() function
- Find a way to make total game time displayable (related discussion thread)
- Implement proper Achievements Screen (Official Documentation)
- Clean up code comments for clarity
- Update Eileen sprites to LayeredImage
Files
Get Ren'Py All-In-One GUI Template
Ren'Py All-In-One GUI Template
A sample project with all those bells and whistles
Status | Released |
Category | Assets |
Author | tofurocks |
Genre | Visual Novel |
Tags | Ren'Py, sourcecode |
More posts
- Patreon is Live (Again)80 days ago
- Version 2.7 Update: Bubble Boxes, Content Warning Screen, Achievement Notificati...May 25, 2024
- Queer Halloween Stories Bundle 2022 Now Live!Oct 06, 2022
- Version 2.6 Mini, Web Demo, and Discussion BoardJul 24, 2022
- Version 2.6 Release!Jul 23, 2022
- Version 2.5 is Here!May 12, 2021
- Version 2.4.5 - Almost thereJun 20, 2020
- Version 2.4 Is LiveFeb 09, 2020
- Version 2.3 Is Out!Nov 14, 2019
- Version 2.2- Achieved!Oct 21, 2019
Leave a comment
Log in with itch.io to leave a comment.