defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Editor tiled background (parallax) support #2659

Open nezvers opened 5 years ago

nezvers commented 5 years ago

Defold doesn't have support for a tiled background. Great example and the closest application example to Defold is Godot in the form of node. https://youtu.be/MWfUT1HdUUk?t=84

markusgustavssonking commented 5 years ago

There is no built in such feature but you can do it yourself in Lua code. Ask on the forum if you need assistance.

nezvers commented 5 years ago

@markusgustavssonking That's the thing - there's no built-in feature, hence this feature request. On the forum, I created a parallax example with shader - https://forum.defold.com/t/example-for-parallax-background-with-shader/55981/2