Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs)
This commit is contained in:
parent
c2601ba69c
commit
f58c8411aa
3 changed files with 144 additions and 0 deletions
|
|
@ -65,6 +65,12 @@
|
|||
"label": "Configure Hotbar"
|
||||
}
|
||||
},
|
||||
"keybindings": {
|
||||
"toggleMouseBroadcast": {
|
||||
"name": "Toggle Mouse Position",
|
||||
"hint": "(v13+) Temporarily turns off or on the mouse cursor position that players see."
|
||||
}
|
||||
},
|
||||
"apps": {
|
||||
"no-settings-to-display": "No settings to display",
|
||||
"make-global-reference": "Make Global Reference"
|
||||
|
|
@ -77,6 +83,12 @@
|
|||
"ignoreAndDontShowAgain": "",
|
||||
"disableEntirely": ""
|
||||
}
|
||||
},
|
||||
"notifs": {
|
||||
"toggleMouseBroadcast": {
|
||||
"hidingCursor": "Hiding your cursor from others!",
|
||||
"showingCursor": "Showing your cursor to others!"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue