itch.io is community of indie game creators and players

Devlogs

v2.0.0

Ren'Py Horizontal Parallax
A downloadable library

Changes

NOTE: This change is incompatible with v1!

  • Renames ParallaxScroll to HParallax
  • 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

  1. Delete the game/lib/fxcpds/parallax_scroll directory and its contents.
  2. Download the latest version of Horizontal Parallax
  3. Unzip it into your project directory (the directory above game)
  4. Rename any references to ParallaxScroll to HParallax.
Download Ren'Py Horizontal Parallax
Leave a comment