Defold Background Scrolling

I implemented it using a Model component and quad.gltf.

Assets from: GitHub - AwesomeTuts/cube-fall-hyper-casual-game · GitHub

8 Likes

Nice!

We’ve recently also updated the Repeating Background example by @aglitchman which now uses all new Defold features and has enhanced description for learning, uses same technique as you, utilising a quad glTF file, and the script exposes properties to control angle and speed of movement (if set to 0 could be simply used for static background filling the screen):

3 Likes

Thanks!

1 Like