Im making a platformer game in gdevlop where the player is supposed to infinitely keep going right and the floor be created over and over agian. But the floor just wont spawn
The code i am using is below
Hi, the trick in these types of games, is that instead of using movement, you actually make your objects a Tiled Sprite object, and use an action to set their X offsets to “Desired number * TimeFromStart()”, so it gives the impression of movement.