diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e0288d..1b2a1129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [21.0.2](https://github.com/seleb/bitsy-hacks/compare/v21.0.1...v21.0.2) (2022-08-25) + + +### Bug Fixes + +* **online:** migrate sample server from heroku to glitch ([9e5e768](https://github.com/seleb/bitsy-hacks/commit/9e5e768a09ca00fc379be8fc3ec6cd381a5c4559)) +* **online:** undefined player dialog causing errors ([22f90f8](https://github.com/seleb/bitsy-hacks/commit/22f90f8d0c238da8f9b7841eabe3e4fe8353cbfc)) + ## [21.0.1](https://github.com/seleb/bitsy-hacks/compare/v21.0.0...v21.0.1) (2022-07-23) diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index 47906d70..1ea34a6e 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -240,7 +240,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/backdrops.js b/dist/backdrops.js index 43b67e4e..ccd64796 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -246,7 +246,7 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -292,7 +292,7 @@ before('renderer.SetDrawings', function () { @summary makes the game have a transparent background @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index eea29e5b..80a0cd35 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -235,7 +235,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index e2f11daf..ff95fee8 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -367,7 +367,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index 7860b3fa..ffe8f73c 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -203,7 +203,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/character-portraits-animated.js b/dist/character-portraits-animated.js index b26b1100..61901344 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -1084,7 +1084,7 @@ function addDialogTag(tag, fn) { @summary high quality anime jpegs (or pngs i guess) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/character-portraits.js b/dist/character-portraits.js index dd052bab..3f0661c9 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/close-on-ending.js b/dist/close-on-ending.js index d0969c09..d9a8ff19 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/corrupt.js b/dist/corrupt.js index b9570f2f..805dd27a 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -60,7 +60,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -87,7 +87,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -295,7 +295,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/custom-exit-effects.js b/dist/custom-exit-effects.js index 874bca25..b835e960 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/custom-text-effect.js b/dist/custom-text-effect.js index 32fe105f..48176880 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -353,7 +353,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-audio-vocal-synth.js b/dist/dialog-audio-vocal-synth.js index bacf4f29..6cbb3642 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -997,7 +997,7 @@ function addDialogTag(tag, fn) { @summary animal crossing-style audio @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -1054,7 +1054,7 @@ before('dialogBuffer.DoNextChar', function () { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-audio.js b/dist/dialog-audio.js index cede1d30..896dae8b 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-box-transition.js b/dist/dialog-box-transition.js index 74ef903e..064a0b51 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-choices.js b/dist/dialog-choices.js index a26d232e..5b5e001b 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -240,7 +240,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -410,7 +410,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -454,7 +454,7 @@ addDialogTag('p', function (environment, parameters, onReturn) { @summary put more words onscreen @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/dialog-jump.js b/dist/dialog-jump.js index c8de4e41..dccdf040 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-pause.js b/dist/dialog-pause.js index 4bec4cb7..7406ca9b 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dialog-prompt.js b/dist/dialog-prompt.js index 02270223..c541b2d1 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -317,7 +317,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/direction-in-dialog.js b/dist/direction-in-dialog.js index 04ec6d53..22268f2d 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/directional-avatar.js b/dist/directional-avatar.js index 20f01008..8fc93cf3 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -41,7 +41,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -68,7 +68,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -260,7 +260,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/dynamic-background.js b/dist/dynamic-background.js index d6e62772..98914c62 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -233,7 +233,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/edit-dialog-from-dialog.js b/dist/edit-dialog-from-dialog.js index c77c5fe3..4d6bfa7d 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -292,7 +292,7 @@ function addDeferredDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/edit-image-from-dialog.js b/dist/edit-image-from-dialog.js index 65c50bb2..e45bf480 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -67,7 +67,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -94,7 +94,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -278,7 +278,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/edit-player-from-dialog.js b/dist/edit-player-from-dialog.js index 1ff4363a..1dfbd689 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -173,7 +173,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -334,7 +334,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/edit-room-from-dialog.js b/dist/edit-room-from-dialog.js index 29c51ab2..07645016 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -451,7 +451,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/end-from-dialog.js b/dist/end-from-dialog.js index bce60378..391386ae 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 (deprecated) @license WTFPL (do WTF you want) @author @mildmojo -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/exit-from-dialog.js b/dist/exit-from-dialog.js index 5c19255a..0964ca5f 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -355,7 +355,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/external-game-data.js b/dist/external-game-data.js index cb92ff3e..6553a76c 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/favicon-from-sprite.js b/dist/favicon-from-sprite.js index efd0c899..c5dcb68f 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -233,7 +233,7 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/follower.js b/dist/follower.js index b426bd57..156b41f1 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -354,7 +354,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/gamepad-input.js b/dist/gamepad-input.js index 7995f938..07783238 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/gravity.js b/dist/gravity.js index 81a23494..8da30b38 100644 --- a/dist/gravity.js +++ b/dist/gravity.js @@ -4,7 +4,7 @@ @summary Pseudo-platforming/gravity/physics @license MIT @author Cole Sea -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -122,7 +122,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -149,7 +149,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -341,7 +341,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/itsy-bitsy.js b/dist/itsy-bitsy.js index 7aa99923..985c38f1 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/javascript-dialog.js b/dist/javascript-dialog.js index 71e573b0..dd50d490 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -196,7 +196,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/logic-operators-extended.js b/dist/logic-operators-extended.js index 152e0be3..a99e986f 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/long-dialog.js b/dist/long-dialog.js index 5922a03e..2b28e6ef 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -354,7 +354,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/multi-sprite-avatar.js b/dist/multi-sprite-avatar.js index 6c038fbb..caddf7e0 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -362,7 +362,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/online.js b/dist/online.js index 07ae5147..f4c8e549 100644 --- a/dist/online.js +++ b/dist/online.js @@ -4,7 +4,7 @@ @summary multiplayer bitsy @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -16,7 +16,7 @@ Server notes: the server just hosts client code and negotiates initial connections. (i.e. it uses very little bandwidth) - A single server can host multiple games simultaneously - - A sample server is wss://bitsy-online.herokuapp.com + - A sample server is wss://bitsy-online.glitch.me This server is free to use, but I recommend setting up your own if you need to guarantee stability or maintenance - If you're not sure how to setup/use the server, ask for help! @@ -37,7 +37,7 @@ this.hacks = this.hacks || {}; (function (exports, bitsy) { 'use strict'; var hackOptions = { - host: 'wss://your signalling server', + host: 'wss://bitsy-online.glitch.me', // room: "custom room", // sets the room on the server to use; otherwise, uses game title ghosts: false, // if true, sprites from players who disconnected while you were online won't go away until you restart debug: false, // if true, includes web-rtc-mesh debug logs in console @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -343,7 +343,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -372,7 +372,7 @@ function getImage(name, map) { @summary edit dialog from dialog (yes really) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -439,7 +439,7 @@ addDeferredDialogTag('dialog', editDialog); @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -498,7 +498,7 @@ function setSpriteData(id, frame, newData) { @summary edit sprites, items, and tiles from dialog @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -645,7 +645,7 @@ addDualDialogTag('imagePal', editPalette); @summary execute arbitrary javascript from dialog @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -769,7 +769,7 @@ function onData(event) { room: data.room, type: 'SPR', }; - bitsy.dialog[longname] = { src: data.dlg }; + bitsy.dialog[longname] = { src: data.dlg || '' }; bitsy.renderer.SetDrawingSource(longname, data.data); for (var frame = 0; frame < data.data.length; ++frame) { diff --git a/dist/opaque-tiles.js b/dist/opaque-tiles.js index 9377e5ee..0db88b9c 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/paragraph-break.js b/dist/paragraph-break.js index 00c6449c..283623f5 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/permanent-items.js b/dist/permanent-items.js index 27c8b42d..3537da69 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/push-sprites.js b/dist/push-sprites.js index 45729bed..92013a68 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -198,7 +198,7 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -225,7 +225,7 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @description @@ -417,7 +417,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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/replace-drawing.js b/dist/replace-drawing.js index 4b6fa337..a89228c4 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/save.js b/dist/save.js index b139b857..100e16a1 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -356,7 +356,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/solid-items.js b/dist/solid-items.js index b131c049..cf4520e4 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/stopwatch.js b/dist/stopwatch.js index 366f7c11..5c5e78ed 100644 --- a/dist/stopwatch.js +++ b/dist/stopwatch.js @@ -4,7 +4,7 @@ @summary time player actions @license MIT @author Lenny Magner -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -363,7 +363,7 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/text-to-speech.js b/dist/text-to-speech.js index aeef6b04..fb0e47fe 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/tracery-processing.js b/dist/tracery-processing.js index 195bbf27..ca3ff5e0 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/transitions.js b/dist/transitions.js index b4cef710..6741ccae 100644 --- a/dist/transitions.js +++ b/dist/transitions.js @@ -4,7 +4,7 @@ @summary customizable WebGL transitions @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -288,7 +288,7 @@ var after = kitsy.after; @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/transparent-background.js b/dist/transparent-background.js index 951af95f..f35d64aa 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ @@ -236,7 +236,7 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 diff --git a/dist/transparent-dialog.js b/dist/transparent-dialog.js index a11da0c6..e6d0c660 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/transparent-sprites.js b/dist/transparent-sprites.js index c82fe8b2..531fb1fc 100644 --- a/dist/transparent-sprites.js +++ b/dist/transparent-sprites.js @@ -4,7 +4,7 @@ @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/twine-bitsy-comms.js b/dist/twine-bitsy-comms.js index 509908cd..b4d0d4cd 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/dist/unique-items.js b/dist/unique-items.js index 388531b4..423f5dcd 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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 @@ -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 21.0.1 +@version 21.0.2 @requires Bitsy 8.1 */ diff --git a/package-lock.json b/package-lock.json index 0f2167f5..52a80dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bitsy/hecks", - "version": "21.0.1", + "version": "21.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bitsy/hecks", - "version": "21.0.1", + "version": "21.0.2", "license": "MIT (individual hacks have their own license specified)", "dependencies": { "@seansleblanc/pink-trombone": "^1.0.1", diff --git a/package.json b/package.json index 8d38777d..c7c81c9f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "21.0.1", + "version": "21.0.2", "bitsyVersion": "8.1", "scripts": { "build": "rollup -c",