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
I'm looking into a way for the player to be able to customise the size of their hotbar and inventory. I can change the size of the hotbar / inventory itself, but UI would need patches to work with it.
I see two possible approaches:
I make a mod with settings that configure the inventory size, and UI uses it as an optional dependency, and uses the settings from it if found
The hotbar / inventory settings are part of UI itself rather than a separate mod, defaults to the current 8x4
Would either of these approaches be acceptable? If so, which would be preferable?
The text was updated successfully, but these errors were encountered:
Alternatively, it would be necessary to expose and document an API function to specify the list size. That one could basically change the same variable to center the list.
I'm looking into a way for the player to be able to customise the size of their hotbar and inventory. I can change the size of the hotbar / inventory itself, but UI would need patches to work with it.
I see two possible approaches:
Would either of these approaches be acceptable? If so, which would be preferable?
The text was updated successfully, but these errors were encountered: