Add the ability to add/remove a chat background (Closes #1)
This commit is contained in:
parent
529aa72bdf
commit
c626c981aa
7 changed files with 60 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export const __ID = `oft`;
|
||||
|
||||
export function inDev() {
|
||||
return game.modules.get(__ID).flags.inDev;
|
||||
return game.modules.get(__ID).flags.inDev ?? false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue