Skip to content

Commit

Permalink
fancy new UI button, and vast refactoring of the bulky ActorSheetLock…
Browse files Browse the repository at this point in the history
…er class
  • Loading branch information
coffiarts committed Dec 14, 2023
1 parent 6af8cb7 commit aca096b
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 179 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO
- macro button design + package
- UI button
- macro button design + package

-
# Actor Sheet Locker for Foundry VTT
Expand Down
3 changes: 3 additions & 0 deletions src/actor-sheet-locker/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"gmMsgSheet": "[{userName}] versucht, den Akteur [{sheetName}] zu verändern.",
"gmMsgItem": "[{userName}] versucht, auf einem Charakterbogen den Item [{itemName}] hinzuzufügen oder zu ändern.",
"gmMsgItemDeleted": "[{userName}] versucht, auf einem Charakterbogen den Item [{itemName}] zu löschen."
},
"controlButton": {
"label": "Actor Sheet Locker ein- und ausschalten"
}
}
}
3 changes: 3 additions & 0 deletions src/actor-sheet-locker/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"gmMsgSheet": "[{userName}] is attempting to modify actor [{sheetName}].",
"gmMsgItem": "[{userName}] is attempting to create or change item [{itemName}] in character sheet.",
"gmMsgItemDeleted": "[{userName}] is attempting to delete item [{itemName}] from character sheet."
},
"controlButton": {
"label": "Toggle Actor Sheet Locker on/off"
}
}
}
Loading

0 comments on commit aca096b

Please sign in to comment.