Issue
I have a 2D scroller idea I’ve been wanting to do with a vertical scrolling screen. Is that doable?
Environment
SDK
Answer
Yes, parallax scrolling is possible.
ifRegion has a SetWrap(true) that makes a texture wrap around.
This texture wrap should be as large or larger than the screen in both dimensions.
Additional Resources
Comments
0 comments
Please sign in to leave a comment.