Moon Shader for Ren'Py
A downloadable asset pack
Transform your projects with this sleek shader that creates a beautifully rotating 3D moon (or any other spherical object!). Perfect for title screens, background effects, buffer icons, or adding a touch of cosmic magic to your work. Easy to use, endlessly mesmerizing. 🌕✨
Published | 3 hours ago |
Status | Released |
Category | Assets |
Author | pke1029 |
Genre | Visual Novel |
Tags | Ren'Py |
Download
Install instructions
1. Copy the `CDD` folder to your Ren'Py project folder.
2. In the `images` folder, there's an image named `moon_texutre.jpg` (courtesy of NASA). Copy this to the `images` folder of your Ren'Py project. Replace this texture with your own to customize the look of the globe.
3. Create an instance of using the following code:
MoonDisplayable(radius=270, center=(400, 300), speed=0.1)
Here, the `radius` and `center` (i.e., location) are expressed in pixels, and the `speed` parameter controls the rotation speed.
Leave a comment
Log in with itch.io to leave a comment.