#Moving Parallax Layer

1 messages · Page 1 of 1 (latest)

edgy dove
#

Hi! How do I made a parallax layer that slowly moves on the X axis? I've found that if I try to manually move it's sprite or offset via code, the "mirroring" effect of the parallax begins to break.

marsh bolt
#

Change the offset of the layer, not the sprite

#

The property is motion_offset

edgy dove