[Bug][4.1] It's impossible to make a left-scrolling platformer game with levels longer than 16 screens.

darkhog

New member
Why? Because once the player reaches the left-most side (screen x=0), the game doesn't scroll any further and doesn't wrap around to previous screen row, even when "edge stops the player" is disabled. Funnily enough, it wraps around properly for right-scrolling games.
 
Top Bottom