defold / examples

Defold examples for the Learn section of the site
https://www.defold.com/examples/
109 stars 28 forks source link

Fill background with repeating sprite #61

Open aglitchman opened 3 weeks ago

aglitchman commented 3 weeks ago

Describe the example you'd like To make the background not monotonous and depressing, it's a nice trick to add a repeating sprite to the background, which in addition is animated by movement in one direction.

Example UI from Brawl Stars as a reference: image

Additional context (optional) Most likely it's easier to do it with model and quad, and set the texture to mode repeat.

aglitchman commented 2 weeks ago

Related https://forum.defold.com/t/texture-scrolling-shader-tutorial-example/71553