TeamSyndi / syndibox

SyndiBox - A powerful text engine for dialog-heavy Godot projects
MIT License
91 stars 9 forks source link

Added Scrolling #27

Closed I-Have-No-Idea-What-IAmDoing closed 3 years ago

I-Have-No-Idea-What-IAmDoing commented 3 years ago

You can now scroll through text if it too big for the box

i also added a little hack to fix a bug with transposing where it still draw letters out side of the box

I-Have-No-Idea-What-IAmDoing commented 3 years ago

There is kind of a problem if clicking advance dialogue as clicking to move the scrollbar advances the text but i am not sure how to fix it without adding a separate mouse mode

I-Have-No-Idea-What-IAmDoing commented 3 years ago

just added a little padding to the scrollbar and fixed text hiding, now all the basic effects should work now