Add better status indicators, and a setting to prevent movement history recording
This commit is contained in:
parent
344e9c55ab
commit
c2601ba69c
18 changed files with 183 additions and 79 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"chatImageLinks": {
|
||||
"name": "Image Shortcuts",
|
||||
"hint": "When attempting to send an image/gif in chat, this allows you to easily embed the actual image in the text by changing \"http\"/\"https\" into \"image\", automatically displaying the image after sending the message."
|
||||
"hint": "(v13+) When attempting to send an image/gif in chat, this allows you to easily embed the actual image in the text by changing \"http\"/\"https\" into \"image\", automatically displaying the image after sending the message."
|
||||
},
|
||||
"chatSidebarBackground": {
|
||||
"name": "Chat Background",
|
||||
|
|
@ -25,6 +25,10 @@
|
|||
"name": "Hotbar Button Size",
|
||||
"hint": "(v13+) Changes the size of the hotbar buttons to a size you prefer."
|
||||
},
|
||||
"preventMovementHistory": {
|
||||
"name": "Prevent Movement History",
|
||||
"hint": "(v13+, GM-Only) This prevents Foundry from recording movement history of a token, but not disabling the movement ruler."
|
||||
},
|
||||
"preventTokenRotation": {
|
||||
"name": "Prevent Token Auto-Rotation",
|
||||
"hint": "(v13+, GM-Only) This prevents tokens from rotating while you are moving them allowing you to more easily use POG-style tokens without them being rotated automatically by Foundry."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue