4456eb0277
Re-enable users-branch UI, snap session tokens to square/hex grid from the control preview, refine inactive/open-info NPC menus, block marker actions while an effect brush is active, and dim materials/NPC overlays only when they are open. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
/**
|
|
* Hotfix release: set to `false` to hide everything merged from branch `users`
|
|
* (Players library, run-with-players, circular NPC/player session tokens, disposition UI).
|
|
* Re-enable after QA.
|
|
*/
|
|
export const USERS_BRANCH_FEATURES_ENABLED = true;
|