From ead5778ce63f34671d12c16a710c6ea7630237b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Aug 2020 19:56:17 +0000 Subject: [PATCH] chore(release): 13.5.0 [skip ci] # [13.5.0](https://github.com/seleb/bitsy-hacks/compare/v13.4.3...v13.5.0) (2020-08-30) ### Features * add modulo (`%`) to extended logic operators ([1fa9d61](https://github.com/seleb/bitsy-hacks/commit/1fa9d611ab8a01b38dc9a87acfc5af8fac329710)) --- CHANGELOG.md | 7 +++++++ dist/3d.js | 2 +- dist/avatar-by-room.js | 2 +- dist/basic-sfx.js | 2 +- dist/bitsymuse.js | 2 +- dist/canvas-replacement.js | 2 +- dist/character-portraits-animated.js | 2 +- dist/character-portraits.js | 2 +- dist/close-on-ending.js | 2 +- dist/corrupt.js | 2 +- dist/custom-exit-effects.js | 2 +- dist/custom-keyhandlers.js | 2 +- dist/custom-text-effect.js | 2 +- dist/dialog-audio-vocal-synth.js | 2 +- dist/dialog-audio.js | 2 +- dist/dialog-box-transition.js | 2 +- dist/dialog-choices.js | 2 +- dist/dialog-jump.js | 2 +- dist/dialog-pause.js | 2 +- dist/dialog-prompt.js | 2 +- dist/direction-in-dialog.js | 2 +- dist/directional-avatar.js | 2 +- dist/dynamic-background.js | 2 +- dist/edit-dialog-from-dialog.js | 2 +- dist/edit-image-from-dialog.js | 2 +- dist/edit-player-from-dialog.js | 2 +- dist/edit-room-from-dialog.js | 2 +- dist/end-from-dialog.js | 2 +- dist/exit-from-dialog.js | 2 +- dist/external-game-data.js | 2 +- dist/favicon-from-sprite.js | 2 +- dist/follower.js | 2 +- dist/gamepad-input.js | 2 +- dist/gravity.js | 2 +- dist/itsy-bitsy.js | 2 +- dist/javascript-dialog.js | 2 +- dist/logic-operators-extended.js | 14 ++++++++++++-- dist/long-dialog.js | 2 +- dist/multi-sprite-avatar.js | 2 +- dist/noclip.js | 2 +- dist/online.js | 2 +- dist/opaque-tiles.js | 2 +- dist/palette-maps.js | 2 +- dist/paragraph-break.js | 2 +- dist/permanent-items.js | 2 +- dist/push-sprites.js | 2 +- dist/replace-drawing.js | 2 +- dist/save.js | 2 +- dist/smooth-moves.js | 2 +- dist/solid-items.js | 2 +- dist/sprite-effects.js | 2 +- dist/stopwatch.js | 2 +- dist/text-to-speech.js | 2 +- dist/textbox-styler.js | 2 +- dist/tracery-processing.js | 2 +- dist/transitions.js | 2 +- dist/transparent-dialog.js | 2 +- dist/transparent-sprites.js | 2 +- dist/twine-bitsy-comms.js | 2 +- dist/unique-items.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 62 files changed, 79 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1b3126..89353cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.5.0](https://github.com/seleb/bitsy-hacks/compare/v13.4.3...v13.5.0) (2020-08-30) + + +### Features + +* add modulo (`%`) to extended logic operators ([1fa9d61](https://github.com/seleb/bitsy-hacks/commit/1fa9d611ab8a01b38dc9a87acfc5af8fac329710)) + ## [13.4.3](https://github.com/seleb/bitsy-hacks/compare/v13.4.2...v13.4.3) (2020-08-30) diff --git a/dist/3d.js b/dist/3d.js index e0e97b3c..ba252f64 100644 --- a/dist/3d.js +++ b/dist/3d.js @@ -3,7 +3,7 @@ @file 3d @summary bitsy in three dee @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.3 @author Sean S. LeBlanc & Elkie Nova diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index 2184bef2..f88a2f2f 100644 --- a/dist/avatar-by-room.js +++ b/dist/avatar-by-room.js @@ -3,7 +3,7 @@ @file avatar by room @summary change the avatar in certain rooms @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index 3fdc1c9c..3654f0d2 100644 --- a/dist/basic-sfx.js +++ b/dist/basic-sfx.js @@ -3,7 +3,7 @@ @file basic sfx @summary "walk" and "talk" sound effect support @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index d47f7db7..c6341e36 100644 --- a/dist/bitsymuse.js +++ b/dist/bitsymuse.js @@ -3,7 +3,7 @@ @file bitsymuse @summary A variety of Bitsy sound and music handlers @license MIT -@version 13.4.3 +@version 13.5.0 @requires 4.8, 4.9 @author David Mowatt diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index 862d14e9..28b27df2 100644 --- a/dist/canvas-replacement.js +++ b/dist/canvas-replacement.js @@ -3,7 +3,7 @@ @file canvas replacement @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/character-portraits-animated.js b/dist/character-portraits-animated.js index 78b98a1d..ca957035 100644 --- a/dist/character-portraits-animated.js +++ b/dist/character-portraits-animated.js @@ -3,7 +3,7 @@ @file character portraits animated @summary high quality anime gifs @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.3 @author Sean S. LeBlanc diff --git a/dist/character-portraits.js b/dist/character-portraits.js index dcf51dbe..724f90b1 100644 --- a/dist/character-portraits.js +++ b/dist/character-portraits.js @@ -3,7 +3,7 @@ @file character portraits @summary high quality anime jpegs (or pngs i guess) @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.3 @author Sean S. LeBlanc diff --git a/dist/close-on-ending.js b/dist/close-on-ending.js index 23f3c6aa..d86c3642 100644 --- a/dist/close-on-ending.js +++ b/dist/close-on-ending.js @@ -3,7 +3,7 @@ @file close on ending @summary Prevents from playing past an ending @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/corrupt.js b/dist/corrupt.js index 5466dd30..3166203c 100644 --- a/dist/corrupt.js +++ b/dist/corrupt.js @@ -3,7 +3,7 @@ @file corrupt @summary corrupts gamedata at runtime @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.5 @author Sean S. LeBlanc diff --git a/dist/custom-exit-effects.js b/dist/custom-exit-effects.js index c9e7db47..04b3be68 100644 --- a/dist/custom-exit-effects.js +++ b/dist/custom-exit-effects.js @@ -3,7 +3,7 @@ @file custom-exit-effects @summary make custom exit transition effects @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.0 @author Sean S. LeBlanc diff --git a/dist/custom-keyhandlers.js b/dist/custom-keyhandlers.js index 033c5c8b..a3cecc5c 100644 --- a/dist/custom-keyhandlers.js +++ b/dist/custom-keyhandlers.js @@ -3,7 +3,7 @@ @file custom-keyhandlers @summary run custom code on key inputs @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 7.0 @author Sean S. LeBlanc diff --git a/dist/custom-text-effect.js b/dist/custom-text-effect.js index cde85179..30833516 100644 --- a/dist/custom-text-effect.js +++ b/dist/custom-text-effect.js @@ -3,7 +3,7 @@ @file custom text effect @summary make {custom}text effects{custom} @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/dialog-audio-vocal-synth.js b/dist/dialog-audio-vocal-synth.js index 3b384f7e..40540691 100644 --- a/dist/dialog-audio-vocal-synth.js +++ b/dist/dialog-audio-vocal-synth.js @@ -3,7 +3,7 @@ @file dialog audio vocal synth @summary animal crossing-style audio powered by the pink trombone vocal synth @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/dialog-audio.js b/dist/dialog-audio.js index 08f6f252..e9fdb5d7 100644 --- a/dist/dialog-audio.js +++ b/dist/dialog-audio.js @@ -3,7 +3,7 @@ @file dialog audio @summary animal crossing-style audio @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/dialog-box-transition.js b/dist/dialog-box-transition.js index 0cb84b45..1cbde0b4 100644 --- a/dist/dialog-box-transition.js +++ b/dist/dialog-box-transition.js @@ -3,7 +3,7 @@ @file dialog box transition @summary adds an easing transition animation to display the dialog box text @license MIT -@version 13.4.3 +@version 13.5.0 @requires 4.8, 4.9 @author Delacannon diff --git a/dist/dialog-choices.js b/dist/dialog-choices.js index a3c8770a..6d7add71 100644 --- a/dist/dialog-choices.js +++ b/dist/dialog-choices.js @@ -3,7 +3,7 @@ @file dialog choices @summary binary dialog choices @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/dialog-jump.js b/dist/dialog-jump.js index ec89ba42..f281150b 100644 --- a/dist/dialog-jump.js +++ b/dist/dialog-jump.js @@ -3,7 +3,7 @@ @file dialog jump @summary jump from one dialog entry to another @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/dialog-pause.js b/dist/dialog-pause.js index 4bcd837c..086af847 100644 --- a/dist/dialog-pause.js +++ b/dist/dialog-pause.js @@ -3,7 +3,7 @@ @file dialog pause @summary add pauses in between printing text @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/dialog-prompt.js b/dist/dialog-prompt.js index 084a8f21..416fc1b5 100644 --- a/dist/dialog-prompt.js +++ b/dist/dialog-prompt.js @@ -3,7 +3,7 @@ @file dialog prompt @summary prompt the user for text input in dialog @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.4 @author Sean S. LeBlanc diff --git a/dist/direction-in-dialog.js b/dist/direction-in-dialog.js index 01de75ea..c767281e 100644 --- a/dist/direction-in-dialog.js +++ b/dist/direction-in-dialog.js @@ -3,7 +3,7 @@ @file direction in dialog @summary provides a variable with player direction @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/directional-avatar.js b/dist/directional-avatar.js index 5663eda8..f55a1f48 100644 --- a/dist/directional-avatar.js +++ b/dist/directional-avatar.js @@ -3,7 +3,7 @@ @file directional avatar @summary flips the player's sprite based on directional movement @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/dynamic-background.js b/dist/dynamic-background.js index 21498902..d7d7c3f4 100644 --- a/dist/dynamic-background.js +++ b/dist/dynamic-background.js @@ -3,7 +3,7 @@ @file dynamic background @summary HTML background matching bitsy background @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/edit-dialog-from-dialog.js b/dist/edit-dialog-from-dialog.js index 7b293122..ac3d2d4f 100644 --- a/dist/edit-dialog-from-dialog.js +++ b/dist/edit-dialog-from-dialog.js @@ -3,7 +3,7 @@ @file edit dialog from dialog @summary edit dialog from dialog (yes really) @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/edit-image-from-dialog.js b/dist/edit-image-from-dialog.js index 6c1de1bf..8ac012f9 100644 --- a/dist/edit-image-from-dialog.js +++ b/dist/edit-image-from-dialog.js @@ -3,7 +3,7 @@ @file edit image from dialog @summary edit sprites, items, and tiles from dialog @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.3 @author Sean S. LeBlanc diff --git a/dist/edit-player-from-dialog.js b/dist/edit-player-from-dialog.js index 037fcf06..0fdf41cf 100644 --- a/dist/edit-player-from-dialog.js +++ b/dist/edit-player-from-dialog.js @@ -3,7 +3,7 @@ @file edit player from dialog @summary change which sprite is controlled by the player @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/edit-room-from-dialog.js b/dist/edit-room-from-dialog.js index 54d4b917..35b2f9c8 100644 --- a/dist/edit-room-from-dialog.js +++ b/dist/edit-room-from-dialog.js @@ -3,7 +3,7 @@ @file edit room from dialog @summary modify the content of a room from dialog @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 6.1 @author Dana Holdampf diff --git a/dist/end-from-dialog.js b/dist/end-from-dialog.js index 52dbb238..bf9e9db8 100644 --- a/dist/end-from-dialog.js +++ b/dist/end-from-dialog.js @@ -3,7 +3,7 @@ @file end-from-dialog @summary trigger an ending from dialog, including narration text @license WTFPL (do WTF you want) -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 7.0 @author @mildmojo diff --git a/dist/exit-from-dialog.js b/dist/exit-from-dialog.js index 21c05d58..8bb56ce2 100644 --- a/dist/exit-from-dialog.js +++ b/dist/exit-from-dialog.js @@ -3,7 +3,7 @@ @file exit-from-dialog @summary exit to another room from dialog, including conditionals @license WTFPL (do WTF you want) -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 7.0 @author @mildmojo diff --git a/dist/external-game-data.js b/dist/external-game-data.js index f400b109..0eb5256e 100644 --- a/dist/external-game-data.js +++ b/dist/external-game-data.js @@ -3,7 +3,7 @@ @file external-game-data @summary separate Bitsy game data from your (modded) HTML for easier development @license WTFPL (do WTF you want) -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 4.5, 4.6 @author @mildmojo diff --git a/dist/favicon-from-sprite.js b/dist/favicon-from-sprite.js index a8974fdc..f9f20ca1 100644 --- a/dist/favicon-from-sprite.js +++ b/dist/favicon-from-sprite.js @@ -3,7 +3,7 @@ @file favicon-from-sprite @summary generate a browser favicon (tab icon) from a Bitsy sprite, including animation! @license WTFPL (do WTF you want) -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.5 @author @mildmojo diff --git a/dist/follower.js b/dist/follower.js index 20e8dd37..573a8bb9 100644 --- a/dist/follower.js +++ b/dist/follower.js @@ -3,7 +3,7 @@ @file follower @summary makes a single sprite follow the player @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/gamepad-input.js b/dist/gamepad-input.js index fc39d120..47d91716 100644 --- a/dist/gamepad-input.js +++ b/dist/gamepad-input.js @@ -3,7 +3,7 @@ @file gamepad input @summary HTML5 gamepad support @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.1 @author Sean S. LeBlanc diff --git a/dist/gravity.js b/dist/gravity.js index 6bf7e447..20f890b9 100644 --- a/dist/gravity.js +++ b/dist/gravity.js @@ -3,7 +3,7 @@ @file gravity @summary Pseudo-platforming/gravity/physics @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.3 @author Cole Sea diff --git a/dist/itsy-bitsy.js b/dist/itsy-bitsy.js index 3de74e23..1a98a526 100644 --- a/dist/itsy-bitsy.js +++ b/dist/itsy-bitsy.js @@ -3,7 +3,7 @@ @file itsy-bitsy @summary for when bitsy's not small enough @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.1 @author Sean S. LeBlanc diff --git a/dist/javascript-dialog.js b/dist/javascript-dialog.js index 58b1a14d..99edd54c 100644 --- a/dist/javascript-dialog.js +++ b/dist/javascript-dialog.js @@ -3,7 +3,7 @@ @file javascript dialog @summary execute arbitrary javascript from dialog @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 4.5, 4.6 @author Sean S. LeBlanc diff --git a/dist/logic-operators-extended.js b/dist/logic-operators-extended.js index c114100d..8346fa3a 100644 --- a/dist/logic-operators-extended.js +++ b/dist/logic-operators-extended.js @@ -2,7 +2,7 @@ 🔀 @file logic-operators-extended @summary adds conditional logic operators -@version 13.4.3 +@version 13.5.0 @author @mildmojo @description @@ -12,6 +12,7 @@ Adds conditional logic operators: - || (or) - &&! (and not) - ||! (or not) + - % (modulo) Examples: candlecount > 5 && haslighter == 1 candlecount > 5 && papercount > 1 && isIndoors @@ -272,6 +273,14 @@ function orNotExp(environment, left, right, onReturn) { }); } +function modExp(environment, left, right, onReturn) { + right.Eval(environment, function (rVal) { + left.Eval(environment, function (lVal) { + onReturn(lVal % rVal); + }); + }); +} + inject$1(/(operatorMap\.set\("-", subExp\);)/, ` $1 operatorMap.set("&&", ${andExp.toString()}); @@ -279,10 +288,11 @@ inject$1(/(operatorMap\.set\("-", subExp\);)/, ` operatorMap.set("&&!", ${andNotExp.toString()}); operatorMap.set("||!", ${orNotExp.toString()}); operatorMap.set("!==", ${notEqExp.toString()}); + operatorMap.set("%", ${modExp.toString()}); `); inject$1( /(var operatorSymbols = \[.+\];)/, - '$1operatorSymbols.unshift("!==", "&&", "||", "&&!", "||!");', + '$1operatorSymbols.unshift("!==", "&&", "||", "&&!", "||!", "%");', ); // End of logic operators mod diff --git a/dist/long-dialog.js b/dist/long-dialog.js index 6973582d..59e2aff3 100644 --- a/dist/long-dialog.js +++ b/dist/long-dialog.js @@ -3,7 +3,7 @@ @file long dialog @summary put more words onscreen @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/multi-sprite-avatar.js b/dist/multi-sprite-avatar.js index 14da18c2..68e0f47b 100644 --- a/dist/multi-sprite-avatar.js +++ b/dist/multi-sprite-avatar.js @@ -3,7 +3,7 @@ @file multi-sprite avatar @summary make the player big @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/noclip.js b/dist/noclip.js index 7dc8966c..c81bc082 100644 --- a/dist/noclip.js +++ b/dist/noclip.js @@ -3,7 +3,7 @@ @file noclip @summary walk through wall tiles, sprites, items, exits, and endings @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/online.js b/dist/online.js index 95fec18c..3f3fc228 100644 --- a/dist/online.js +++ b/dist/online.js @@ -3,7 +3,7 @@ @file online @summary multiplayer bitsy @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc @description diff --git a/dist/opaque-tiles.js b/dist/opaque-tiles.js index 37979cac..f5080fcf 100644 --- a/dist/opaque-tiles.js +++ b/dist/opaque-tiles.js @@ -3,7 +3,7 @@ @file opaque tiles @summary tiles which hide the player @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/palette-maps.js b/dist/palette-maps.js index 38634a80..6f4e1e4a 100644 --- a/dist/palette-maps.js +++ b/dist/palette-maps.js @@ -3,7 +3,7 @@ @file palette maps @summary allows color pallettes to be defined on a tile-by-tile basis @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 6.1 @author Dana Holdampf diff --git a/dist/paragraph-break.js b/dist/paragraph-break.js index adbd178f..64523896 100644 --- a/dist/paragraph-break.js +++ b/dist/paragraph-break.js @@ -3,7 +3,7 @@ @file paragraph-break @summary Adds paragraph breaks to the dialogue parser @license WTFPL (do WTF you want) -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 5.0, 5.1 @author Sean S. LeBlanc, David Mowatt diff --git a/dist/permanent-items.js b/dist/permanent-items.js index 4ee21331..bc07f05a 100644 --- a/dist/permanent-items.js +++ b/dist/permanent-items.js @@ -3,7 +3,7 @@ @file permanent items @summary prevent some items from being picked up @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/push-sprites.js b/dist/push-sprites.js index 1101fc03..5e68ec65 100644 --- a/dist/push-sprites.js +++ b/dist/push-sprites.js @@ -3,7 +3,7 @@ @file push sprites @summary sokoban-style sprite pushing @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.4 @author jan0sc diff --git a/dist/replace-drawing.js b/dist/replace-drawing.js index 1ffad663..9fdf1f2a 100644 --- a/dist/replace-drawing.js +++ b/dist/replace-drawing.js @@ -3,7 +3,7 @@ @file replace drawing @summary add name-tags to replace drawings when the game is loading @license MIT -@version 13.4.3 +@version 13.5.0 @requires 6.3 @author Elkie Nova diff --git a/dist/save.js b/dist/save.js index 880d1063..9b5b532c 100644 --- a/dist/save.js +++ b/dist/save.js @@ -3,7 +3,7 @@ @file save @summary save/load your game @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.4 @author Sean S. LeBlanc diff --git a/dist/smooth-moves.js b/dist/smooth-moves.js index 31153cdc..8fdc2410 100644 --- a/dist/smooth-moves.js +++ b/dist/smooth-moves.js @@ -3,7 +3,7 @@ @file smooth moves @summary ease the player's movement @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 6.3 @author Sean S. LeBlanc diff --git a/dist/solid-items.js b/dist/solid-items.js index 1d8bc8ef..5b9bad47 100644 --- a/dist/solid-items.js +++ b/dist/solid-items.js @@ -3,7 +3,7 @@ @file solid items @summary treat some items like sprites that can be placed multiple times @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/sprite-effects.js b/dist/sprite-effects.js index 098d97b7..3acf8305 100644 --- a/dist/sprite-effects.js +++ b/dist/sprite-effects.js @@ -3,7 +3,7 @@ @file sprite effects @summary like text effects, but for sprites @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.1 @author Sean S. LeBlanc diff --git a/dist/stopwatch.js b/dist/stopwatch.js index f505f319..2e0a39c0 100644 --- a/dist/stopwatch.js +++ b/dist/stopwatch.js @@ -3,7 +3,7 @@ @file stopwatch @summary time player actions @license MIT -@version 13.4.3 +@version 13.5.0 @author Lenny Magner @description diff --git a/dist/text-to-speech.js b/dist/text-to-speech.js index e7e0ed63..dbe0402f 100644 --- a/dist/text-to-speech.js +++ b/dist/text-to-speech.js @@ -3,7 +3,7 @@ @file text-to-speech @summary text-to-speech for bitsy dialog @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.5 @author Sean S. LeBlanc diff --git a/dist/textbox-styler.js b/dist/textbox-styler.js index 7eda2bbc..4d58bc99 100644 --- a/dist/textbox-styler.js +++ b/dist/textbox-styler.js @@ -3,7 +3,7 @@ @file textbox styler @summary customize the style and properties of the textbox @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 6.1 @author Dana Holdampf & Sean S. LeBlanc diff --git a/dist/tracery-processing.js b/dist/tracery-processing.js index 2a02cfd1..293b5ce6 100644 --- a/dist/tracery-processing.js +++ b/dist/tracery-processing.js @@ -3,7 +3,7 @@ @file tracery processing @summary process all dialog text with a tracery grammar @license MIT -@version 13.4.3 +@version 13.5.0 @requires 7.0 @author Sean S. LeBlanc diff --git a/dist/transitions.js b/dist/transitions.js index 27d20bc5..d965d9b4 100644 --- a/dist/transitions.js +++ b/dist/transitions.js @@ -3,7 +3,7 @@ @file transitions @summary customizable WebGL transitions @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/transparent-dialog.js b/dist/transparent-dialog.js index 286357e4..77f85ec7 100644 --- a/dist/transparent-dialog.js +++ b/dist/transparent-dialog.js @@ -3,7 +3,7 @@ @file transparent dialog @summary makes the dialog box have a transparent background @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/dist/transparent-sprites.js b/dist/transparent-sprites.js index 6e5b05f9..bea27fce 100644 --- a/dist/transparent-sprites.js +++ b/dist/transparent-sprites.js @@ -3,7 +3,7 @@ @file transparent sprites @summary makes all sprites have transparent backgrounds @license MIT -@version 13.4.3 +@version 13.5.0 @requires Bitsy Version: 6.1 @author Sean S. LeBlanc diff --git a/dist/twine-bitsy-comms.js b/dist/twine-bitsy-comms.js index 425a342e..28cd2912 100644 --- a/dist/twine-bitsy-comms.js +++ b/dist/twine-bitsy-comms.js @@ -3,7 +3,7 @@ @file twine bitsy comms @summary interprocess communication for twine and bitsy @license MIT -@version 13.4.3 +@version 13.5.0 @requires 5.4 @author Sean S. LeBlanc diff --git a/dist/unique-items.js b/dist/unique-items.js index a4dcceae..581708c8 100644 --- a/dist/unique-items.js +++ b/dist/unique-items.js @@ -3,7 +3,7 @@ @file unique items @summary items which, when picked up, remove all other instances of that item from the game @license MIT -@version 13.4.3 +@version 13.5.0 @author Sean S. LeBlanc @description diff --git a/package-lock.json b/package-lock.json index 364eefba..05727836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bitsy/hecks", - "version": "13.4.3", + "version": "13.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ffde326..eb953c2d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "13.4.3", + "version": "13.5.0", "scripts": { "build": "rollup -c", "test": "jest --runInBand",