Add hotbar settings (reposition, button size/gap)
This commit is contained in:
parent
4dc7b8541f
commit
27c5fccba0
9 changed files with 177 additions and 8 deletions
|
|
@ -5,17 +5,29 @@
|
|||
"name": "Chat Background",
|
||||
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
|
||||
},
|
||||
"hotbarButtonGap": {
|
||||
"name": "Hotbar Button Gap",
|
||||
"hint": "(v13+) Allows changing the amount of space between the hotbar buttons."
|
||||
},
|
||||
"hotbarButtonSize": {
|
||||
"name": "Hotbar Button Size",
|
||||
"hint": "(v13+) Changes the size of the hotbar buttons to a size you prefer."
|
||||
},
|
||||
"preventUserConfigOpen": {
|
||||
"name": "Prevent Auto User Config",
|
||||
"hint": "(v13+) Prevents Foundry from opening the User Configuration when a player loads into the world."
|
||||
},
|
||||
"repositionHotbar": {
|
||||
"name": "Reposition Hotbar",
|
||||
"hint": "(v13+) This moves the hotbar into a position similar to where it was in ~v11, making it so that it doesn't move when you expand or collapse the right-hand sidebar."
|
||||
},
|
||||
"startSidebarExpanded": {
|
||||
"name": "Start Sidebar Expanded",
|
||||
"hint": "(v13+) Starts the right-hand sidebar expanded when logging in."
|
||||
},
|
||||
"startingSidebarTab": {
|
||||
"name": "Starting Sidebar Tab",
|
||||
"hint": "(v13+) Determines what sidebar tab to have selected initially when loading Foundry",
|
||||
"hint": "(v13+) Determines what sidebar tab to have selected initially when loading Foundry.",
|
||||
"choices": {
|
||||
"blank": "No Custom Default Tab"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue