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:
Oliver 2025-12-14 15:27:45 -07:00
parent c2601ba69c
commit f58c8411aa
3 changed files with 144 additions and 0 deletions

View file

@ -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!"
}
}
}
}