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
Currently the book has all its sizes hardcoded as static variables in GuiBook. In most cases a bigger scale is better since you have relatively big pictures and little text, and the default text also is quite small in the end.
I'm thinking we could have it in the books appearance data, and then make it available to the elements so they can draw depending on that data (for centering things etc.).
The text was updated successfully, but these errors were encountered:
Currently the book has all its sizes hardcoded as static variables in GuiBook. In most cases a bigger scale is better since you have relatively big pictures and little text, and the default text also is quite small in the end.
I'm thinking we could have it in the books appearance data, and then make it available to the elements so they can draw depending on that data (for centering things etc.).
The text was updated successfully, but these errors were encountered: