From ec7eec776c92d991b5412a6e4b8582435c143724 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Feb 2025 22:59:34 +0000 Subject: [PATCH] chore(release): 23.0.0 [skip ci] # [23.0.0](https://github.com/seleb/bitsy-hacks/compare/v22.1.0...v23.0.0) (2025-02-05) ### Features * update for Bitsy 8.13 ([320db0d](https://github.com/seleb/bitsy-hacks/commit/320db0d11181013ad40d65b34102574b03116f07)) ### BREAKING CHANGES * bitsy version updated to 8.13 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- dist/avatar-by-room.js | 12 ++++++------ dist/backdrops.js | 16 ++++++++-------- dist/basic-sfx.js | 12 ++++++------ dist/bitsymuse.js | 12 ++++++------ dist/canvas-replacement.js | 8 ++++---- dist/character-portraits-animated.js | 12 ++++++------ dist/character-portraits.js | 8 ++++---- dist/close-on-ending.js | 8 ++++---- dist/corrupt.js | 16 ++++++++-------- dist/custom-exit-effects.js | 8 ++++---- dist/custom-text-effect.js | 8 ++++---- dist/dialog-audio-vocal-synth.js | 18 +++++++++--------- dist/dialog-audio.js | 8 ++++---- dist/dialog-box-transition.js | 8 ++++---- dist/dialog-choices.js | 16 ++++++++-------- dist/dialog-jump.js | 8 ++++---- dist/dialog-pause.js | 8 ++++---- dist/dialog-prompt.js | 12 ++++++------ dist/direction-in-dialog.js | 8 ++++---- dist/directional-avatar.js | 16 ++++++++-------- dist/dynamic-background.js | 12 ++++++------ dist/edit-dialog-from-dialog.js | 12 ++++++------ dist/edit-image-from-dialog.js | 16 ++++++++-------- dist/edit-player-from-dialog.js | 12 ++++++------ dist/edit-room-from-dialog.js | 12 ++++++------ dist/end-from-dialog.js | 8 ++++---- dist/exit-from-dialog.js | 12 ++++++------ dist/external-game-data.js | 8 ++++---- dist/favicon-from-sprite.js | 12 ++++++------ dist/follower.js | 12 ++++++------ dist/gamepad-input.js | 8 ++++---- dist/gravity.js | 16 ++++++++-------- dist/itsy-bitsy.js | 8 ++++---- dist/javascript-dialog.js | 8 ++++---- dist/logic-operators-extended.js | 8 ++++---- dist/long-dialog.js | 12 ++++++------ dist/multi-sprite-avatar.js | 12 ++++++------ dist/online.js | 28 ++++++++++++++-------------- dist/opaque-tiles.js | 8 ++++---- dist/paragraph-break.js | 8 ++++---- dist/permanent-items.js | 8 ++++---- dist/push-sprites.js | 16 ++++++++-------- dist/replace-drawing.js | 8 ++++---- dist/save.js | 12 ++++++------ dist/solid-items.js | 8 ++++---- dist/stopwatch.js | 12 ++++++------ dist/text-to-speech.js | 8 ++++---- dist/tracery-processing.js | 8 ++++---- dist/transitions.js | 12 ++++++------ dist/transparent-background.js | 12 ++++++------ dist/transparent-dialog.js | 8 ++++---- dist/transparent-sprites.js | 8 ++++---- dist/twine-bitsy-comms.js | 8 ++++---- dist/unique-items.js | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 58 files changed, 311 insertions(+), 299 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfe9280..6ce95610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [23.0.0](https://github.com/seleb/bitsy-hacks/compare/v22.1.0...v23.0.0) (2025-02-05) + + +### Features + +* update for Bitsy 8.13 ([320db0d](https://github.com/seleb/bitsy-hacks/commit/320db0d11181013ad40d65b34102574b03116f07)) + + +### BREAKING CHANGES + +* bitsy version updated to 8.13 + # [22.1.0](https://github.com/seleb/bitsy-hacks/compare/v22.0.0...v22.1.0) (2024-05-30) diff --git a/README.md b/README.md index 73110975..f76a7b6d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ npm i @bitsy/hecks A collection of re-usable scripts for [Adam Le Doux](https://twitter.com/adamledoux)'s [Bitsy Game Maker](https://ledoux.itch.io/bitsy). See [Ayolland's Borksy](https://ayolland.itch.io/borksy) for a GUI that allows you to use these hacks with less copy-pasting. -Last tested against Bitsy 8.12 +Last tested against Bitsy 8.13 - [Contents](#contents) - [How to use](#how-to-use) diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index f6df3b0c..323e357c 100644 --- a/dist/avatar-by-room.js +++ b/dist/avatar-by-room.js @@ -4,8 +4,8 @@ @summary change the avatar in certain rooms @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -173,8 +173,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -236,8 +236,8 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/backdrops.js b/dist/backdrops.js index 6c37c853..48e54334 100644 --- a/dist/backdrops.js +++ b/dist/backdrops.js @@ -4,8 +4,8 @@ @summary makes the game have a backdrop @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -177,8 +177,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -242,8 +242,8 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -288,8 +288,8 @@ before('renderer.SetDrawings', function () { @summary makes the game have a transparent background @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index 087d4cdb..26b1dae5 100644 --- a/dist/basic-sfx.js +++ b/dist/basic-sfx.js @@ -4,8 +4,8 @@ @summary "walk" and "talk" sound effect support @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -168,8 +168,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -231,8 +231,8 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index 0cd11ed8..c7306b86 100644 --- a/dist/bitsymuse.js +++ b/dist/bitsymuse.js @@ -4,8 +4,8 @@ @summary A variety of Bitsy sound and music handlers @license MIT @author David Mowatt -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -202,8 +202,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -363,8 +363,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index 281a470f..933562be 100644 --- a/dist/canvas-replacement.js +++ b/dist/canvas-replacement.js @@ -4,8 +4,8 @@ @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -199,8 +199,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/character-portraits-animated.js b/dist/character-portraits-animated.js index 6755c671..05ed981f 100644 --- a/dist/character-portraits-animated.js +++ b/dist/character-portraits-animated.js @@ -4,8 +4,8 @@ @summary high quality anime gifs @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -967,8 +967,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -1080,8 +1080,8 @@ function addDialogTag(tag, fn) { @summary high quality anime jpegs (or pngs i guess) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/character-portraits.js b/dist/character-portraits.js index 2aeaedd5..77c43a62 100644 --- a/dist/character-portraits.js +++ b/dist/character-portraits.js @@ -4,8 +4,8 @@ @summary high quality anime jpegs (or pngs i guess) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -196,8 +196,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/close-on-ending.js b/dist/close-on-ending.js index 1c6f3278..cda48675 100644 --- a/dist/close-on-ending.js +++ b/dist/close-on-ending.js @@ -4,8 +4,8 @@ @summary Prevents from playing past an ending @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -159,8 +159,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/corrupt.js b/dist/corrupt.js index 023fb111..450d7408 100644 --- a/dist/corrupt.js +++ b/dist/corrupt.js @@ -4,8 +4,8 @@ @summary corrupts gamedata at runtime @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -56,8 +56,8 @@ var hackOptions = { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -84,8 +84,8 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -292,8 +292,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/custom-exit-effects.js b/dist/custom-exit-effects.js index 396b2e79..7a192a5d 100644 --- a/dist/custom-exit-effects.js +++ b/dist/custom-exit-effects.js @@ -4,8 +4,8 @@ @summary make custom exit transition effects @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -195,8 +195,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/custom-text-effect.js b/dist/custom-text-effect.js index 56b9d38d..0652b29f 100644 --- a/dist/custom-text-effect.js +++ b/dist/custom-text-effect.js @@ -4,8 +4,8 @@ @summary make {custom}text effects{custom} @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -349,8 +349,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dialog-audio-vocal-synth.js b/dist/dialog-audio-vocal-synth.js index ef040083..49750af8 100644 --- a/dist/dialog-audio-vocal-synth.js +++ b/dist/dialog-audio-vocal-synth.js @@ -4,8 +4,8 @@ @summary animal crossing-style audio powered by the pink trombone vocal synth @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -445,7 +445,7 @@ var Glottis = { this.oldTenseness = this.newTenseness; this.newTenseness = this.UITenseness + 0.1 * module.simplex1(this.totalTime * 0.46) + 0.05 * module.simplex1(this.totalTime * 0.36); - if (!this.isTouched && alwaysVoice) this.newTenseness += (3 - this.UITenseness) * (1 - this.intensity); + if (!this.isTouched && alwaysVoice) ; if (this.isTouched || alwaysVoice) this.intensity += 0.13; else this.intensity -= 0.05; @@ -880,8 +880,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -993,8 +993,8 @@ function addDialogTag(tag, fn) { @summary animal crossing-style audio @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -1050,8 +1050,8 @@ before('dialogBuffer.DoNextChar', function () { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/dialog-audio.js b/dist/dialog-audio.js index eeb435da..0fa74578 100644 --- a/dist/dialog-audio.js +++ b/dist/dialog-audio.js @@ -4,8 +4,8 @@ @summary animal crossing-style audio @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -186,8 +186,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dialog-box-transition.js b/dist/dialog-box-transition.js index d3ad2a4a..731412f6 100644 --- a/dist/dialog-box-transition.js +++ b/dist/dialog-box-transition.js @@ -4,8 +4,8 @@ @summary adds an easing transition animation to display the dialog box text @license MIT @author Delacannon -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -168,8 +168,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dialog-choices.js b/dist/dialog-choices.js index a10ff825..48a52d5a 100644 --- a/dist/dialog-choices.js +++ b/dist/dialog-choices.js @@ -4,8 +4,8 @@ @summary dialog choices @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -236,8 +236,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -406,8 +406,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -451,8 +451,8 @@ addDialogTag('p', function (environment, parameters, onReturn) { @summary put more words onscreen @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/dialog-jump.js b/dist/dialog-jump.js index 513945fe..44ab6553 100644 --- a/dist/dialog-jump.js +++ b/dist/dialog-jump.js @@ -4,8 +4,8 @@ @summary jump from one dialog entry to another @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -170,8 +170,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dialog-pause.js b/dist/dialog-pause.js index a74e8b9f..59f2018f 100644 --- a/dist/dialog-pause.js +++ b/dist/dialog-pause.js @@ -4,8 +4,8 @@ @summary add pauses in between printing text @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -156,8 +156,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dialog-prompt.js b/dist/dialog-prompt.js index c79faa98..acfeb699 100644 --- a/dist/dialog-prompt.js +++ b/dist/dialog-prompt.js @@ -4,8 +4,8 @@ @summary prompt the user for text input in dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -193,8 +193,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -313,8 +313,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/direction-in-dialog.js b/dist/direction-in-dialog.js index 78313dc7..63012730 100644 --- a/dist/direction-in-dialog.js +++ b/dist/direction-in-dialog.js @@ -4,8 +4,8 @@ @summary provides a variable with player direction @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -162,8 +162,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/directional-avatar.js b/dist/directional-avatar.js index 202b5346..ec61dd40 100644 --- a/dist/directional-avatar.js +++ b/dist/directional-avatar.js @@ -4,8 +4,8 @@ @summary flips the player's sprite based on directional movement @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -37,8 +37,8 @@ var hackOptions = { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -65,8 +65,8 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -257,8 +257,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/dynamic-background.js b/dist/dynamic-background.js index 7767175a..7ec7bbb1 100644 --- a/dist/dynamic-background.js +++ b/dist/dynamic-background.js @@ -4,8 +4,8 @@ @summary HTML background matching bitsy background @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -166,8 +166,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -229,8 +229,8 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/edit-dialog-from-dialog.js b/dist/edit-dialog-from-dialog.js index 75cbeb61..7c32808a 100644 --- a/dist/edit-dialog-from-dialog.js +++ b/dist/edit-dialog-from-dialog.js @@ -4,8 +4,8 @@ @summary edit dialog from dialog (yes really) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -165,8 +165,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -288,8 +288,8 @@ function addDeferredDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/edit-image-from-dialog.js b/dist/edit-image-from-dialog.js index 4bb713f8..4847f9c0 100644 --- a/dist/edit-image-from-dialog.js +++ b/dist/edit-image-from-dialog.js @@ -4,8 +4,8 @@ @summary edit sprites, items, and tiles from dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -63,8 +63,8 @@ NOTE: This uses parentheses "()" instead of curly braces "{}" around function @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -91,8 +91,8 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -275,8 +275,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/edit-player-from-dialog.js b/dist/edit-player-from-dialog.js index 8316e420..2fa74c60 100644 --- a/dist/edit-player-from-dialog.js +++ b/dist/edit-player-from-dialog.js @@ -4,8 +4,8 @@ @summary change which sprite is controlled by the player @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -169,8 +169,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -330,8 +330,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/edit-room-from-dialog.js b/dist/edit-room-from-dialog.js index e066e7fc..a949a0be 100644 --- a/dist/edit-room-from-dialog.js +++ b/dist/edit-room-from-dialog.js @@ -4,8 +4,8 @@ @summary modify the content of a room from dialog @license MIT @author Dana Holdampf -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -286,8 +286,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -447,8 +447,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/end-from-dialog.js b/dist/end-from-dialog.js index 5d8d10d6..59ce1fa8 100644 --- a/dist/end-from-dialog.js +++ b/dist/end-from-dialog.js @@ -4,8 +4,8 @@ @summary trigger an ending from dialog, including narration text (deprecated) @license WTFPL (do WTF you want) @author @mildmojo -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -190,8 +190,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/exit-from-dialog.js b/dist/exit-from-dialog.js index a392af5b..03e87a36 100644 --- a/dist/exit-from-dialog.js +++ b/dist/exit-from-dialog.js @@ -4,8 +4,8 @@ @summary exit to another room from dialog, including conditionals @license WTFPL (do WTF you want) @author @mildmojo -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -190,8 +190,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -351,8 +351,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/external-game-data.js b/dist/external-game-data.js index 72dbb302..f1e727ac 100644 --- a/dist/external-game-data.js +++ b/dist/external-game-data.js @@ -4,8 +4,8 @@ @summary separate Bitsy game data from your (modded) HTML for easier development @license WTFPL (do WTF you want) @author @mildmojo -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -178,8 +178,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/favicon-from-sprite.js b/dist/favicon-from-sprite.js index 4ad13be9..3adbd74b 100644 --- a/dist/favicon-from-sprite.js +++ b/dist/favicon-from-sprite.js @@ -4,8 +4,8 @@ @summary generate a browser favicon (tab icon) from a Bitsy sprite, including animation! @license WTFPL (do WTF you want) @author @mildmojo -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -166,8 +166,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -229,8 +229,8 @@ var after = kitsy.after; @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/follower.js b/dist/follower.js index cef7f1a4..98d794e1 100644 --- a/dist/follower.js +++ b/dist/follower.js @@ -4,8 +4,8 @@ @summary make sprites follow the player @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -189,8 +189,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -350,8 +350,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/gamepad-input.js b/dist/gamepad-input.js index 7a678110..8de76042 100644 --- a/dist/gamepad-input.js +++ b/dist/gamepad-input.js @@ -4,8 +4,8 @@ @summary HTML5 gamepad support @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -485,8 +485,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/gravity.js b/dist/gravity.js index c35077a3..7af3a1c7 100644 --- a/dist/gravity.js +++ b/dist/gravity.js @@ -4,8 +4,8 @@ @summary Pseudo-platforming/gravity/physics @license MIT @author Cole Sea -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -118,8 +118,8 @@ var hackOptions = { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -146,8 +146,8 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -338,8 +338,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/itsy-bitsy.js b/dist/itsy-bitsy.js index 8f420623..56936827 100644 --- a/dist/itsy-bitsy.js +++ b/dist/itsy-bitsy.js @@ -4,8 +4,8 @@ @summary for when bitsy's not small enough @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -167,8 +167,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/javascript-dialog.js b/dist/javascript-dialog.js index 2781a2fd..8fb2f98f 100644 --- a/dist/javascript-dialog.js +++ b/dist/javascript-dialog.js @@ -4,8 +4,8 @@ @summary execute arbitrary javascript from dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -192,8 +192,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/logic-operators-extended.js b/dist/logic-operators-extended.js index fb7f290a..310e8aea 100644 --- a/dist/logic-operators-extended.js +++ b/dist/logic-operators-extended.js @@ -3,8 +3,8 @@ @file logic-operators-extended @summary adds conditional logic operators @author @mildmojo -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -164,8 +164,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/long-dialog.js b/dist/long-dialog.js index b8ccdc0e..c17dd491 100644 --- a/dist/long-dialog.js +++ b/dist/long-dialog.js @@ -4,8 +4,8 @@ @summary put more words onscreen @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -180,8 +180,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -350,8 +350,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/multi-sprite-avatar.js b/dist/multi-sprite-avatar.js index 6a724d87..6f6f4389 100644 --- a/dist/multi-sprite-avatar.js +++ b/dist/multi-sprite-avatar.js @@ -4,8 +4,8 @@ @summary make the player big @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -197,8 +197,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -358,8 +358,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/online.js b/dist/online.js index 0560e6fe..f07f2f8b 100644 --- a/dist/online.js +++ b/dist/online.js @@ -4,8 +4,8 @@ @summary multiplayer bitsy @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Provides the groundwork for running a small online multiplayer bitsy game. @@ -178,8 +178,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -339,8 +339,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -369,8 +369,8 @@ function getImage(name, map) { @summary edit dialog from dialog (yes really) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -436,8 +436,8 @@ addDeferredDialogTag('dialog', editDialog); @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -495,8 +495,8 @@ function setSpriteData(id, frame, newData) { @summary edit sprites, items, and tiles from dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -642,8 +642,8 @@ addDualDialogTag('imagePal', editPalette); @summary execute arbitrary javascript from dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/opaque-tiles.js b/dist/opaque-tiles.js index bfbbef50..50039aee 100644 --- a/dist/opaque-tiles.js +++ b/dist/opaque-tiles.js @@ -4,8 +4,8 @@ @summary tiles which hide the player @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -165,8 +165,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/paragraph-break.js b/dist/paragraph-break.js index 581b4c55..727dfdfb 100644 --- a/dist/paragraph-break.js +++ b/dist/paragraph-break.js @@ -4,8 +4,8 @@ @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) @author Sean S. LeBlanc, David Mowatt -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -172,8 +172,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/permanent-items.js b/dist/permanent-items.js index e5760e18..29836a4e 100644 --- a/dist/permanent-items.js +++ b/dist/permanent-items.js @@ -4,8 +4,8 @@ @summary prevent some items from being picked up @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -162,8 +162,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/push-sprites.js b/dist/push-sprites.js index 4de47b45..c73e823b 100644 --- a/dist/push-sprites.js +++ b/dist/push-sprites.js @@ -161,8 +161,8 @@ var hackOptions = { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ @@ -189,8 +189,8 @@ function getImage(name, map) { @file edit image at runtime @summary API for updating image data at runtime. @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description Adds API for updating sprite, tile, and item data at runtime. @@ -381,8 +381,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -483,8 +483,8 @@ function transformSpriteData(spriteData, v, h, rot) { @summary sokoban-style sprite pushing @license MIT @author jan0sc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/replace-drawing.js b/dist/replace-drawing.js index f245a305..0a4efac8 100644 --- a/dist/replace-drawing.js +++ b/dist/replace-drawing.js @@ -4,8 +4,8 @@ @summary add name-tags to replace drawings when the game is loading @license MIT @author Elkie Nova -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -173,8 +173,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/save.js b/dist/save.js index b1c86b01..f4803d45 100644 --- a/dist/save.js +++ b/dist/save.js @@ -4,8 +4,8 @@ @summary save/load your game @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -191,8 +191,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -352,8 +352,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/solid-items.js b/dist/solid-items.js index 09554def..e94157d4 100644 --- a/dist/solid-items.js +++ b/dist/solid-items.js @@ -4,8 +4,8 @@ @summary treat some items like sprites that can be placed multiple times @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -163,8 +163,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/stopwatch.js b/dist/stopwatch.js index 3d5d16c8..eb670f98 100644 --- a/dist/stopwatch.js +++ b/dist/stopwatch.js @@ -4,8 +4,8 @@ @summary time player actions @license MIT @author Lenny Magner -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -200,8 +200,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -361,8 +361,8 @@ function addDualDialogTag(tag, fn) { @file utils @summary miscellaneous bitsy utilities @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ diff --git a/dist/text-to-speech.js b/dist/text-to-speech.js index 12ee2be8..2890e384 100644 --- a/dist/text-to-speech.js +++ b/dist/text-to-speech.js @@ -4,8 +4,8 @@ @summary text-to-speech for bitsy dialog @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -188,8 +188,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/tracery-processing.js b/dist/tracery-processing.js index e6f21a3a..a7763bfb 100644 --- a/dist/tracery-processing.js +++ b/dist/tracery-processing.js @@ -4,8 +4,8 @@ @summary process all dialog text with a tracery grammar @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -1032,8 +1032,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/transitions.js b/dist/transitions.js index f2d3985f..40d9407c 100644 --- a/dist/transitions.js +++ b/dist/transitions.js @@ -4,8 +4,8 @@ @summary customizable WebGL transitions @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -219,8 +219,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -284,8 +284,8 @@ var after = kitsy.after; @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/transparent-background.js b/dist/transparent-background.js index 1d741c95..f1ae0969 100644 --- a/dist/transparent-background.js +++ b/dist/transparent-background.js @@ -4,8 +4,8 @@ @summary makes the game have a transparent background @license MIT @author Cephalopodunk & Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -167,8 +167,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { @@ -232,8 +232,8 @@ var after = kitsy.after; @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description diff --git a/dist/transparent-dialog.js b/dist/transparent-dialog.js index ba0be93e..6e745fda 100644 --- a/dist/transparent-dialog.js +++ b/dist/transparent-dialog.js @@ -4,8 +4,8 @@ @summary makes the dialog box have a transparent background @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -152,8 +152,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/transparent-sprites.js b/dist/transparent-sprites.js index 5e9738d2..09ca595c 100644 --- a/dist/transparent-sprites.js +++ b/dist/transparent-sprites.js @@ -4,8 +4,8 @@ @summary makes all sprites have transparent backgrounds (deprecated) @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -170,8 +170,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/twine-bitsy-comms.js b/dist/twine-bitsy-comms.js index 8af9ef6a..858f5c6c 100644 --- a/dist/twine-bitsy-comms.js +++ b/dist/twine-bitsy-comms.js @@ -4,8 +4,8 @@ @summary interprocess communication for twine and bitsy @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -234,8 +234,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/dist/unique-items.js b/dist/unique-items.js index 8a1ceaf5..1d89c864 100644 --- a/dist/unique-items.js +++ b/dist/unique-items.js @@ -4,8 +4,8 @@ @summary items which, when picked up, remove all other instances of that item from the game @license MIT @author Sean S. LeBlanc -@version 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 @description @@ -163,8 +163,8 @@ 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 22.1.0 -@requires Bitsy 8.12 +@version 23.0.0 +@requires Bitsy 8.13 */ var kitsy = (window.kitsy = window.kitsy || { diff --git a/package-lock.json b/package-lock.json index ae45e534..1317fe01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bitsy/hecks", - "version": "22.1.0", + "version": "23.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bitsy/hecks", - "version": "22.1.0", + "version": "23.0.0", "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 fd29214b..59104517 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "22.1.0", + "version": "23.0.0", "bitsyVersion": "8.13", "scripts": { "build": "rollup -c --bundleConfigAsCjs",