Search found 1 match

by Embart
Sun Apr 06, 2025 6:15 am
Forum: Support and Development
Topic: Layers display and movement
Replies: 2
Views: 207

Layers display and movement

I'm currently working on a small 2D game using the LÖVE2D engine. I created a background with Tiled and exported it as a .lua file. However, I'm facing two issues with this background: Problem number one: I want different layers to move at different speeds to create a parallax effect. Unfortunately,...