Hi. It seems only "Scroll to bottom" is possible right now but it would be great if you could control scrolling with keys/gamepads. So if you press UP the text scrolls up and down if you press down. Without this you need to add a normal Textobject and scroll it (change Y position).
Develop games in your browser. Powerful, performant & highly capable.
You can scroll text using 8 directions behavior.
You mean with a normal textobject, right? Instead of setting Y position every tick just simulate pressing up/down.
It does not seem to work to scroll a multiline textbox.
Thanks for the hint! I will give it a try.