From 547c0b466755f03ea61e5c1cc4ec6afb4298a664 Mon Sep 17 00:00:00 2001 From: averrin Date: Fri, 1 Jul 2022 20:33:11 +0200 Subject: [PATCH] pre 0.5.0 --- .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/main.yml | 2 +- README.md | 13 ++++++++++--- src/view/components/SequencerTab.js | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4b16f59..beb8d5f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,7 +3,7 @@ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username +ko_fi: averrin tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 41a6d09..6130264 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug -assignees: 'typhonrt' +assignees: 'averrin' --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b7e46e..63425d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - run: npm run build # Create a zip file with all files required by the module to add to the release. - - run: zip -r ./module.zip module.json dist/ lang/ packs/ LICENSE AUTHORS + - run: zip -r ./module.zip module.json dist/ lang/ packs/ LICENSE AUTHORS ./icons # Create a release for this specific version. - name: Update Release with Files diff --git a/README.md b/README.md index 742333f..7878346 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,32 @@ Your actions are stored in the scene's data so that you can have many of them. T - you can drag and drop tags - right click on tag opens a color picker - click on "visible/hidden" tag in a selection card toggles visibility +- You can [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/averrin) ## Supported actions It's not going to be MATT's alternative, so actions are pretty basic -- Execute trigger [requires MATT] +- Execute a trigger [requires MATT] - Toggle visibility - Hide - Show - Kill [only for tokens] - Revive [only for tokens] - +- Play a sequence ## Integrations * Tagger [required] * Monk's Active Tiles Triggers +* Sequencer [BETA, required] ## Plans -- [ ] [Alpha HUD](https://github.com/averrin/alpha-hud) integrations. Scene widget with something like hotbar. +- [ ] [Alpha HUD](https://github.com/averrin/alpha-hud) integrations. A scene widget with something like the hotbar. ## Images ![toolbar](/assets/toolbar.png) ![selection](/assets/selection.png) ![actions](/assets/actions.png) +![sequencer](/assets/sequencer.png) + +## My modules +- [Alpha HUD](https://github.com/averrin/alpha-hud) +- [Merchant Control](https://github.com/averrin/merchant-control) diff --git a/src/view/components/SequencerTab.js b/src/view/components/SequencerTab.js index 1667862..3ebd660 100644 --- a/src/view/components/SequencerTab.js +++ b/src/view/components/SequencerTab.js @@ -201,7 +201,7 @@ export class Variable { const controlled = globalThis.canvas.tokens.controlled; let t = await globalThis.warpgate.crosshairs.show({ drawIcon: true, - icon: "modules/director/assets/crosshair.png", + icon: "modules/director/icons/crosshair.png", label: `@${this.name}: position`, interval: setting(SETTINGS.MANUAL_MODE) });