Shattered Glass for Ren'Py
A downloadable asset
Overview
This asset contains a shader-based transform and transition that creates a shattered glass effect in Ren'Py.. It also contains a transform that creates a shake, which can be used in conjunction with the glass effect to create a dramatic visual.
This asset is compatible with Renpy 8.4+! It is not compatible with older versions.
Instructions
To use it, extract the files in shattered_glass_v1.0.zip into your Ren'Py project, and move the provided images to the 'images' folder of your project.
After that, just use this statement in your Ren'Py script:
camera at shattered_glass_transform
And there you go! Your glass effect is ready. If you want to use the shake transform, I recommend this:
camera at bigshake(5.0, rate=0.020, time=0.06), shattered_glass_transform
Lastly, if you want to use it as a transition, you can use this:
with shattered_glass_transition
And that's it!
Rules
You may use this asset in any projects, whether commercial or non-commercial. You can modify the code, images, etc. Do as you please!
Attribution is not required, but is heavily appreciated! You can credit me as "Maurimo", with a link to either the asset page or https://maurimo.dev :)
I'd also love it if you showed me what you make!
Credits
Big thank you to gyrium for the art that's used in the thumbnail/screenshots!
The thumbnail contains art for WHODUNNIT?, the game for which this asset was originally made for. Check out our Bluesky if you so please!
Here's another asset I made:
And here's a game I made with gyrium that you should play:
Alright! Thanks!
Published | 14 hours ago |
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Maurimo |
Genre | Visual Novel |
Tags | Asset Pack, Ren'Py, Shaders |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Ooo