v2.0.0
Ren'Py Horizontal Parallax » Devlog
Changes
NOTE: This change is incompatible with v1!
- Renames
ParallaxScroll
toHParallax
- Adds the ability to construct an
HParallax
instance via Ren’Py-like syntax.
h_parallax foo:
"images/backgrounds/scrolling_forest/10.png" 0.0
"images/backgrounds/scrolling_forest/09.png" 0.001
"images/backgrounds/scrolling_forest/08.png" 0.0025
"images/backgrounds/scrolling_forest/07.png" 0.005
"images/backgrounds/scrolling_forest/06.png" 0.0075
"images/backgrounds/scrolling_forest/05.png" 0.025
"images/backgrounds/scrolling_forest/04.png" 0.025
"images/backgrounds/scrolling_forest/03.png" 0.05
"images/backgrounds/scrolling_forest/02.png" 0.05
"images/backgrounds/scrolling_forest/01.png" 0.075
"images/backgrounds/scrolling_forest/00.png" 0.1
Upgrading from v1.0.0
- Delete the
game/lib/fxcpds/parallax_scroll
directory and its contents. - Download the latest version of Horizontal Parallax
- Unzip it into your project directory (the directory above
game
) - Rename any references to
ParallaxScroll
toHParallax.
Get Ren'Py Horizontal Parallax
Download NowName your own price
Ren'Py Horizontal Parallax
Configurable scrolling Ren'Py displayable with a parallax effect.
Status | Released |
Category | Other |
Author | Foxcapades |
Tags | Backgrounds, displayables, images, parallax, Ren'Py |
Leave a comment
Log in with itch.io to leave a comment.