Is there a way to make the viewport pan down from the top of the layout and stop once it reaches the bottom?
Develop games in your browser. Powerful, performant & highly capable.
You can use an invisible camera sprite with ScrollTo behavior and move it using MoveTo or Bullet behavior. Or change scrollY on every tick. Check out the official examples.
Helped a ton. Thanks :)