Add call to `testProjectScript()` for easier development

This commit is contained in:
Adam Goldsmith 2021-09-17 17:04:17 -04:00
parent a80d929f95
commit 7a1dd2245d
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ function unload() {
unregisterAll();
}
// Creates a test button during development that calls unload() to clean up.
testProjectScript();
function makeCardJSON(card_id, nickname, description) {
return {
Name: "Card",