You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@llFreetimell The scrollbars will be used for UI framework such as item list, if user have too many items we should have scrollbars. However those are not for the main game view. I also do not want it to have scrollbars since it will look ugly and there is a minimap for it.
ScrollView is working now but it does not have scrollbars. This means that it can be scrolled by mouse wheel event only.
To support scrolling without a mouse wheel, let's create scrollbars(for both vertical and horizontal).
It would be nice the scrollbar is like these:
The text was updated successfully, but these errors were encountered: