Sprite Entrance Animations for Ren'Py
A downloadable asset pack
Looking for a way to make your sprites POP when you show them? Want to add a little sprinkle of animation, but don't know much about ATL?
This collection of seven 'entrance animations' for Ren'Py will have your sprites sliding in, bouncing, floating, and springing up using the 3D stage!
✨ Features
- Seven ATL animations you can apply to your sprites (or other displayables).
- Easy to use—just apply them to your show statements, no complex coding needed.
- Customizable! Tweak timing, speed, and movement to fit your game’s style.
✨ Animations
1. Slide-in entrance
2. Bounce entrance
3. Big bounce entrance
4. Float entrance
5. Zoom pop entrance
6. Drop entrance
7. Spring up 3D entrance
✨ How do I use it?
1. Drop the script file (Entrance_Animations.rpy) into your Ren'Py project's game/ folder.
2. Use the transforms as part of your 'show' statements - e.g.:
show casper neutral at left, slidein_entrance
3. If you plan to use spring up 3D entrance, make sure to turn the 3D camera on in your script before calling it:
label start: camera: perspective True show casper neutral at left, spring_up_3d
4. Done!
✨ Terms of Use
Licensed under CC BY 4.0 – Feel free to use, modify, and share with credit!
Feel free to:
- Use this code for any project you'd like - commercial or otherwise.
- Modify/edit the code to your liking
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.