From 7ddf082da83bc0c952cbe0fc47633beaf806058c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jan 2022 18:23:37 +0000 Subject: [PATCH] chore(release): 19.2.7 [skip ci] ## [19.2.7](https://github.com/seleb/bitsy-hacks/compare/v19.2.6...v19.2.7) (2022-01-12) ### Bug Fixes * **canvas replacement:** mobile controls not working properly ([265f09c](https://github.com/seleb/bitsy-hacks/commit/265f09ca1c7215c0abd381c41b3c8f7dad344ff1)) --- CHANGELOG.md | 7 +++++++ dist/avatar-by-room.js | 6 +++--- dist/backdrops.js | 8 ++++---- dist/basic-sfx.js | 6 +++--- dist/bitsymuse.js | 6 +++--- dist/canvas-replacement.js | 6 ++++-- dist/character-portraits-animated.js | 6 +++--- dist/character-portraits.js | 4 ++-- dist/close-on-ending.js | 4 ++-- dist/corrupt.js | 8 ++++---- dist/custom-exit-effects.js | 4 ++-- dist/custom-keyhandlers.js | 4 ++-- dist/custom-text-effect.js | 4 ++-- dist/dialog-audio-vocal-synth.js | 8 ++++---- dist/dialog-audio.js | 4 ++-- dist/dialog-box-transition.js | 4 ++-- dist/dialog-choices.js | 8 ++++---- dist/dialog-jump.js | 4 ++-- dist/dialog-pause.js | 4 ++-- dist/dialog-prompt.js | 6 +++--- dist/direction-in-dialog.js | 4 ++-- dist/directional-avatar.js | 8 ++++---- dist/dynamic-background.js | 6 +++--- dist/edit-dialog-from-dialog.js | 6 +++--- dist/edit-image-from-dialog.js | 8 ++++---- dist/edit-player-from-dialog.js | 6 +++--- dist/edit-room-from-dialog.js | 6 +++--- dist/end-from-dialog.js | 4 ++-- dist/exit-from-dialog.js | 6 +++--- dist/external-game-data.js | 4 ++-- dist/favicon-from-sprite.js | 6 +++--- dist/follower.js | 6 +++--- dist/gamepad-input.js | 4 ++-- dist/gravity.js | 8 ++++---- dist/itsy-bitsy.js | 4 ++-- dist/javascript-dialog.js | 4 ++-- dist/logic-operators-extended.js | 4 ++-- dist/long-dialog.js | 6 +++--- dist/multi-sprite-avatar.js | 6 +++--- dist/noclip.js | 6 +++--- dist/online.js | 14 +++++++------- dist/opaque-tiles.js | 4 ++-- dist/paragraph-break.js | 4 ++-- dist/permanent-items.js | 4 ++-- dist/push-sprites.js | 8 ++++---- dist/replace-drawing.js | 4 ++-- dist/save.js | 6 +++--- dist/smooth-moves.js | 4 ++-- dist/solid-items.js | 4 ++-- dist/sprite-effects.js | 6 +++--- dist/stopwatch.js | 6 +++--- dist/text-to-speech.js | 4 ++-- dist/tracery-processing.js | 4 ++-- dist/transitions.js | 8 +++++--- dist/transparent-background.js | 6 +++--- dist/transparent-dialog.js | 4 ++-- dist/transparent-sprites.js | 4 ++-- dist/twine-bitsy-comms.js | 4 ++-- dist/unique-items.js | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 61 files changed, 170 insertions(+), 159 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddd0df1..461f336b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [19.2.7](https://github.com/seleb/bitsy-hacks/compare/v19.2.6...v19.2.7) (2022-01-12) + + +### Bug Fixes + +* **canvas replacement:** mobile controls not working properly ([265f09c](https://github.com/seleb/bitsy-hacks/commit/265f09ca1c7215c0abd381c41b3c8f7dad344ff1)) + ## [19.2.6](https://github.com/seleb/bitsy-hacks/compare/v19.2.5...v19.2.6) (2022-01-01) diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index e4d4b12f..8662bf03 100644 --- a/dist/avatar-by-room.js +++ b/dist/avatar-by-room.js @@ -4,7 +4,7 @@ @summary change the avatar in certain rooms @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -174,7 +174,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -241,7 +241,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/backdrops.js b/dist/backdrops.js index 1eebf620..985ab3e8 100644 --- a/dist/backdrops.js +++ b/dist/backdrops.js @@ -4,7 +4,7 @@ @summary makes the game have a backdrop @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -181,7 +181,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -250,7 +250,7 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -302,7 +302,7 @@ after('renderPixelInstruction', function (bufferId, buffer, paletteIndex, x, y) @summary makes the game have a transparent background @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index ae1f20e8..26dbcfa9 100644 --- a/dist/basic-sfx.js +++ b/dist/basic-sfx.js @@ -4,7 +4,7 @@ @summary "walk" and "talk" sound effect support @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -172,7 +172,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -239,7 +239,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index 130aa4c0..7105a987 100644 --- a/dist/bitsymuse.js +++ b/dist/bitsymuse.js @@ -4,7 +4,7 @@ @summary A variety of Bitsy sound and music handlers @license MIT @author David Mowatt -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -206,7 +206,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -371,7 +371,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index dedd82bf..41e31df1 100644 --- a/dist/canvas-replacement.js +++ b/dist/canvas-replacement.js @@ -4,7 +4,7 @@ @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -201,7 +201,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -271,6 +271,8 @@ var after = kitsy.after; var glazy; after('startExportedGame', function () { glazy = new h(hackOptions.glazyOptions); + document.querySelector('#canvasContainer').style.pointerEvents = 'none'; + document.querySelector('#touchTrigger').style.visibility = 'initial'; if (hackOptions.init) { hackOptions.init(glazy); } diff --git a/dist/character-portraits-animated.js b/dist/character-portraits-animated.js index 1ddc7a36..f0fbaa4e 100644 --- a/dist/character-portraits-animated.js +++ b/dist/character-portraits-animated.js @@ -4,7 +4,7 @@ @summary high quality anime gifs @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -971,7 +971,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -1088,7 +1088,7 @@ function addDialogTag(tag, fn) { @summary high quality anime jpegs (or pngs i guess) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/character-portraits.js b/dist/character-portraits.js index 00abdeca..847397e5 100644 --- a/dist/character-portraits.js +++ b/dist/character-portraits.js @@ -4,7 +4,7 @@ @summary high quality anime jpegs (or pngs i guess) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -200,7 +200,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/close-on-ending.js b/dist/close-on-ending.js index 552b9021..4db4e0ee 100644 --- a/dist/close-on-ending.js +++ b/dist/close-on-ending.js @@ -4,7 +4,7 @@ @summary Prevents from playing past an ending @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -163,7 +163,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/corrupt.js b/dist/corrupt.js index c55d1ca4..85b4ed8b 100644 --- a/dist/corrupt.js +++ b/dist/corrupt.js @@ -4,7 +4,7 @@ @summary corrupts gamedata at runtime @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -60,7 +60,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -122,7 +122,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -340,7 +340,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/custom-exit-effects.js b/dist/custom-exit-effects.js index ea95c968..979dd223 100644 --- a/dist/custom-exit-effects.js +++ b/dist/custom-exit-effects.js @@ -4,7 +4,7 @@ @summary make custom exit transition effects @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -199,7 +199,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/custom-keyhandlers.js b/dist/custom-keyhandlers.js index d5f3bc5b..489c9239 100644 --- a/dist/custom-keyhandlers.js +++ b/dist/custom-keyhandlers.js @@ -4,7 +4,7 @@ @summary run custom code on key inputs @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -188,7 +188,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/custom-text-effect.js b/dist/custom-text-effect.js index a0dd7d9b..0dd971c5 100644 --- a/dist/custom-text-effect.js +++ b/dist/custom-text-effect.js @@ -4,7 +4,7 @@ @summary make {custom}text effects{custom} @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -351,7 +351,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-audio-vocal-synth.js b/dist/dialog-audio-vocal-synth.js index c8109ab3..62cc126a 100644 --- a/dist/dialog-audio-vocal-synth.js +++ b/dist/dialog-audio-vocal-synth.js @@ -4,7 +4,7 @@ @summary animal crossing-style audio powered by the pink trombone vocal synth @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -884,7 +884,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -1001,7 +1001,7 @@ function addDialogTag(tag, fn) { @summary animal crossing-style audio @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -1058,7 +1058,7 @@ before('dialogBuffer.DoNextChar', function () { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-audio.js b/dist/dialog-audio.js index 92fbb502..1766e4b7 100644 --- a/dist/dialog-audio.js +++ b/dist/dialog-audio.js @@ -4,7 +4,7 @@ @summary animal crossing-style audio @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -190,7 +190,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-box-transition.js b/dist/dialog-box-transition.js index 5b26b755..04d794df 100644 --- a/dist/dialog-box-transition.js +++ b/dist/dialog-box-transition.js @@ -4,7 +4,7 @@ @summary adds an easing transition animation to display the dialog box text @license MIT @author Delacannon -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -160,7 +160,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-choices.js b/dist/dialog-choices.js index 47476415..f98c0287 100644 --- a/dist/dialog-choices.js +++ b/dist/dialog-choices.js @@ -4,7 +4,7 @@ @summary dialog choices @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -241,7 +241,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -415,7 +415,7 @@ inject(/(this\.AddLinebreak = )/, 'this.AddParagraphBreak = function() { buffer. @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) @author Sean S. LeBlanc, David Mowatt -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -459,7 +459,7 @@ addDialogTag('p', function (environment, parameters, onReturn) { @summary put more words onscreen @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/dialog-jump.js b/dist/dialog-jump.js index e28a5046..555758a3 100644 --- a/dist/dialog-jump.js +++ b/dist/dialog-jump.js @@ -4,7 +4,7 @@ @summary jump from one dialog entry to another @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -174,7 +174,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-pause.js b/dist/dialog-pause.js index e60cfd88..25f57afd 100644 --- a/dist/dialog-pause.js +++ b/dist/dialog-pause.js @@ -4,7 +4,7 @@ @summary add pauses in between printing text @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -160,7 +160,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dialog-prompt.js b/dist/dialog-prompt.js index bb4b31c5..7d7945b8 100644 --- a/dist/dialog-prompt.js +++ b/dist/dialog-prompt.js @@ -4,7 +4,7 @@ @summary prompt the user for text input in dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -197,7 +197,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -321,7 +321,7 @@ inject(/(this\.AddLinebreak = )/, 'this.AddParagraphBreak = function() { buffer. @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) @author Sean S. LeBlanc, David Mowatt -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/direction-in-dialog.js b/dist/direction-in-dialog.js index cb375174..3c9b1a6d 100644 --- a/dist/direction-in-dialog.js +++ b/dist/direction-in-dialog.js @@ -4,7 +4,7 @@ @summary provides a variable with player direction @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -166,7 +166,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/directional-avatar.js b/dist/directional-avatar.js index adffcf86..7216f4b8 100644 --- a/dist/directional-avatar.js +++ b/dist/directional-avatar.js @@ -4,7 +4,7 @@ @summary flips the player's sprite based on directional movement @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -41,7 +41,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -103,7 +103,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -305,7 +305,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/dynamic-background.js b/dist/dynamic-background.js index 975c5e1f..181c2c6c 100644 --- a/dist/dynamic-background.js +++ b/dist/dynamic-background.js @@ -4,7 +4,7 @@ @summary HTML background matching bitsy background @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -170,7 +170,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -237,7 +237,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/edit-dialog-from-dialog.js b/dist/edit-dialog-from-dialog.js index 955892d8..67f84635 100644 --- a/dist/edit-dialog-from-dialog.js +++ b/dist/edit-dialog-from-dialog.js @@ -4,7 +4,7 @@ @summary edit dialog from dialog (yes really) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -169,7 +169,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -296,7 +296,7 @@ function addDeferredDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/edit-image-from-dialog.js b/dist/edit-image-from-dialog.js index 81a867a9..330bbc5d 100644 --- a/dist/edit-image-from-dialog.js +++ b/dist/edit-image-from-dialog.js @@ -4,7 +4,7 @@ @summary edit sprites, items, and tiles from dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -67,7 +67,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -129,7 +129,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -323,7 +323,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/edit-player-from-dialog.js b/dist/edit-player-from-dialog.js index 65ab3ae2..14491618 100644 --- a/dist/edit-player-from-dialog.js +++ b/dist/edit-player-from-dialog.js @@ -4,7 +4,7 @@ @summary change which sprite is controlled by the player @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -171,7 +171,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -336,7 +336,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/edit-room-from-dialog.js b/dist/edit-room-from-dialog.js index 68eacf0a..842ade1a 100644 --- a/dist/edit-room-from-dialog.js +++ b/dist/edit-room-from-dialog.js @@ -4,7 +4,7 @@ @summary modify the content of a room from dialog @license MIT @author Dana Holdampf -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -290,7 +290,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -455,7 +455,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/end-from-dialog.js b/dist/end-from-dialog.js index ce456895..cf388d92 100644 --- a/dist/end-from-dialog.js +++ b/dist/end-from-dialog.js @@ -4,7 +4,7 @@ @summary trigger an ending from dialog, including narration text @license WTFPL (do WTF you want) @author @mildmojo -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -194,7 +194,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/exit-from-dialog.js b/dist/exit-from-dialog.js index 9a40b2ab..a47a7101 100644 --- a/dist/exit-from-dialog.js +++ b/dist/exit-from-dialog.js @@ -4,7 +4,7 @@ @summary exit to another room from dialog, including conditionals @license WTFPL (do WTF you want) @author @mildmojo -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -194,7 +194,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -359,7 +359,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/external-game-data.js b/dist/external-game-data.js index 8f9d5442..8d3cfa19 100644 --- a/dist/external-game-data.js +++ b/dist/external-game-data.js @@ -4,7 +4,7 @@ @summary separate Bitsy game data from your (modded) HTML for easier development @license WTFPL (do WTF you want) @author @mildmojo -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -182,7 +182,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/favicon-from-sprite.js b/dist/favicon-from-sprite.js index 55642fdd..dda7697b 100644 --- a/dist/favicon-from-sprite.js +++ b/dist/favicon-from-sprite.js @@ -4,7 +4,7 @@ @summary generate a browser favicon (tab icon) from a Bitsy sprite, including animation! @license WTFPL (do WTF you want) @author @mildmojo -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -170,7 +170,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -237,7 +237,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/follower.js b/dist/follower.js index e9965180..776d8a17 100644 --- a/dist/follower.js +++ b/dist/follower.js @@ -4,7 +4,7 @@ @summary make sprites follow the player @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -193,7 +193,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -358,7 +358,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/gamepad-input.js b/dist/gamepad-input.js index d6938af1..ad6ffb8b 100644 --- a/dist/gamepad-input.js +++ b/dist/gamepad-input.js @@ -4,7 +4,7 @@ @summary HTML5 gamepad support @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -489,7 +489,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/gravity.js b/dist/gravity.js index 6ff84a0c..44b0f010 100644 --- a/dist/gravity.js +++ b/dist/gravity.js @@ -4,7 +4,7 @@ @summary Pseudo-platforming/gravity/physics @license MIT @author Cole Sea -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -122,7 +122,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -184,7 +184,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -386,7 +386,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/itsy-bitsy.js b/dist/itsy-bitsy.js index 5df90414..18bf3763 100644 --- a/dist/itsy-bitsy.js +++ b/dist/itsy-bitsy.js @@ -4,7 +4,7 @@ @summary for when bitsy's not small enough @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -171,7 +171,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/javascript-dialog.js b/dist/javascript-dialog.js index af16c543..7cc0a620 100644 --- a/dist/javascript-dialog.js +++ b/dist/javascript-dialog.js @@ -4,7 +4,7 @@ @summary execute arbitrary javascript from dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -181,7 +181,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/logic-operators-extended.js b/dist/logic-operators-extended.js index 67de1a3b..563ceca9 100644 --- a/dist/logic-operators-extended.js +++ b/dist/logic-operators-extended.js @@ -3,7 +3,7 @@ @file logic-operators-extended @summary adds conditional logic operators @author @mildmojo -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -168,7 +168,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/long-dialog.js b/dist/long-dialog.js index adc6288c..7f17bdc5 100644 --- a/dist/long-dialog.js +++ b/dist/long-dialog.js @@ -4,7 +4,7 @@ @summary put more words onscreen @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -184,7 +184,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -358,7 +358,7 @@ inject(/(this\.AddLinebreak = )/, 'this.AddParagraphBreak = function() { buffer. @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) @author Sean S. LeBlanc, David Mowatt -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/multi-sprite-avatar.js b/dist/multi-sprite-avatar.js index 0a3923ab..401e1cbb 100644 --- a/dist/multi-sprite-avatar.js +++ b/dist/multi-sprite-avatar.js @@ -4,7 +4,7 @@ @summary make the player big @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -193,7 +193,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -260,7 +260,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/noclip.js b/dist/noclip.js index 2f16a46c..759d66e5 100644 --- a/dist/noclip.js +++ b/dist/noclip.js @@ -4,7 +4,7 @@ @summary walk through wall tiles, sprites, items, exits, and endings @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -182,7 +182,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -251,7 +251,7 @@ var after = kitsy.after; @summary run custom code on key inputs @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/online.js b/dist/online.js index 2c26c7bb..8cd644a0 100644 --- a/dist/online.js +++ b/dist/online.js @@ -4,7 +4,7 @@ @summary multiplayer bitsy @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -182,7 +182,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -347,7 +347,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -411,7 +411,7 @@ function getImage(name, map) { @summary edit dialog from dialog (yes really) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -478,7 +478,7 @@ addDeferredDialogTag('dialog', editDialog); @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -547,7 +547,7 @@ function setSpriteData(id, frame, newData) { @summary edit sprites, items, and tiles from dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -692,7 +692,7 @@ addDualDialogTag('imagePal', editPalette); @summary execute arbitrary javascript from dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/opaque-tiles.js b/dist/opaque-tiles.js index 43bd11e3..2340f991 100644 --- a/dist/opaque-tiles.js +++ b/dist/opaque-tiles.js @@ -4,7 +4,7 @@ @summary tiles which hide the player @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -169,7 +169,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/paragraph-break.js b/dist/paragraph-break.js index 3ae4cd97..4440fa81 100644 --- a/dist/paragraph-break.js +++ b/dist/paragraph-break.js @@ -4,7 +4,7 @@ @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) @author Sean S. LeBlanc, David Mowatt -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -176,7 +176,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/permanent-items.js b/dist/permanent-items.js index 26f3990a..e4a6e070 100644 --- a/dist/permanent-items.js +++ b/dist/permanent-items.js @@ -4,7 +4,7 @@ @summary prevent some items from being picked up @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -166,7 +166,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/push-sprites.js b/dist/push-sprites.js index c16e74e0..ddec9de6 100644 --- a/dist/push-sprites.js +++ b/dist/push-sprites.js @@ -4,7 +4,7 @@ @summary sokoban-style sprite pushing @license MIT @author jan0sc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -198,7 +198,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -260,7 +260,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @description @@ -462,7 +462,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/replace-drawing.js b/dist/replace-drawing.js index e3508c30..664ca997 100644 --- a/dist/replace-drawing.js +++ b/dist/replace-drawing.js @@ -4,7 +4,7 @@ @summary add name-tags to replace drawings when the game is loading @license MIT @author Elkie Nova -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -177,7 +177,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/save.js b/dist/save.js index d6bf1571..6eed0132 100644 --- a/dist/save.js +++ b/dist/save.js @@ -4,7 +4,7 @@ @summary save/load your game @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -195,7 +195,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -360,7 +360,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/smooth-moves.js b/dist/smooth-moves.js index 9fbba715..617e37b7 100644 --- a/dist/smooth-moves.js +++ b/dist/smooth-moves.js @@ -4,7 +4,7 @@ @summary ease the player's movement @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -170,7 +170,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/solid-items.js b/dist/solid-items.js index a8c4ecfe..ed8ccf99 100644 --- a/dist/solid-items.js +++ b/dist/solid-items.js @@ -4,7 +4,7 @@ @summary treat some items like sprites that can be placed multiple times @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -167,7 +167,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/sprite-effects.js b/dist/sprite-effects.js index 63eba4ff..2cdef708 100644 --- a/dist/sprite-effects.js +++ b/dist/sprite-effects.js @@ -4,7 +4,7 @@ @summary like text effects, but for sprites @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -215,7 +215,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -380,7 +380,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/stopwatch.js b/dist/stopwatch.js index 4f2bfe25..a412a05a 100644 --- a/dist/stopwatch.js +++ b/dist/stopwatch.js @@ -4,7 +4,7 @@ @summary time player actions @license MIT @author Lenny Magner -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -202,7 +202,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -367,7 +367,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/text-to-speech.js b/dist/text-to-speech.js index 7225f18b..66037fd8 100644 --- a/dist/text-to-speech.js +++ b/dist/text-to-speech.js @@ -4,7 +4,7 @@ @summary text-to-speech for bitsy dialog @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -192,7 +192,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/tracery-processing.js b/dist/tracery-processing.js index c3090124..ed18ba6b 100644 --- a/dist/tracery-processing.js +++ b/dist/tracery-processing.js @@ -4,7 +4,7 @@ @summary process all dialog text with a tracery grammar @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -1036,7 +1036,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/transitions.js b/dist/transitions.js index c831d11e..f27fec18 100644 --- a/dist/transitions.js +++ b/dist/transitions.js @@ -4,7 +4,7 @@ @summary customizable WebGL transitions @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -223,7 +223,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -292,7 +292,7 @@ var after = kitsy.after; @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -349,6 +349,8 @@ var hackOptions$1 = { var glazy; after('startExportedGame', function () { glazy = new h(hackOptions$1.glazyOptions); + document.querySelector('#canvasContainer').style.pointerEvents = 'none'; + document.querySelector('#touchTrigger').style.visibility = 'initial'; if (hackOptions$1.init) { hackOptions$1.init(glazy); } diff --git a/dist/transparent-background.js b/dist/transparent-background.js index 7f0759b7..4aea85f0 100644 --- a/dist/transparent-background.js +++ b/dist/transparent-background.js @@ -4,7 +4,7 @@ @summary makes the game have a transparent background @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -171,7 +171,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ @@ -240,7 +240,7 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 diff --git a/dist/transparent-dialog.js b/dist/transparent-dialog.js index 05ecb337..1c4d5395 100644 --- a/dist/transparent-dialog.js +++ b/dist/transparent-dialog.js @@ -4,7 +4,7 @@ @summary makes the dialog box have a transparent background @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -156,7 +156,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/transparent-sprites.js b/dist/transparent-sprites.js index 945a023a..ae01bfb6 100644 --- a/dist/transparent-sprites.js +++ b/dist/transparent-sprites.js @@ -4,7 +4,7 @@ @summary makes all sprites have transparent backgrounds @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -167,7 +167,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/twine-bitsy-comms.js b/dist/twine-bitsy-comms.js index 161a2b6e..33201c3d 100644 --- a/dist/twine-bitsy-comms.js +++ b/dist/twine-bitsy-comms.js @@ -4,7 +4,7 @@ @summary interprocess communication for twine and bitsy @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -238,7 +238,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/dist/unique-items.js b/dist/unique-items.js index 8f961f80..da977553 100644 --- a/dist/unique-items.js +++ b/dist/unique-items.js @@ -4,7 +4,7 @@ @summary items which, when picked up, remove all other instances of that item from the game @license MIT @author Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 @@ -167,7 +167,7 @@ function applyHook(root, functionName) { @summary Monkey-patching toolkit to make it easier and cleaner to run code before and after functions or to inject new code into script tags @license WTFPL (do WTF you want) @author Original by mildmojo; modified by Sean S. LeBlanc -@version 19.2.6 +@version 19.2.7 @requires Bitsy 7.11 */ diff --git a/package-lock.json b/package-lock.json index b67bb268..79fd9c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bitsy/hecks", - "version": "19.2.6", + "version": "19.2.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 06926557..c3bd238a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "19.2.6", + "version": "19.2.7", "bitsyVersion": "7.11", "scripts": { "build": "rollup -c",