Skip to content

Commit

Permalink
chore(release): 19.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [19.1.1](v19.1.0...v19.1.1) (2021-09-25)

### Bug Fixes

* list hack version and bitsy version in `./dist` automatically ([a0f54b3](a0f54b3))
  • Loading branch information
semantic-release-bot committed Sep 25, 2021
1 parent cfcc7fa commit 8722e8a
Show file tree
Hide file tree
Showing 62 changed files with 478 additions and 129 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [19.1.1](https://github.com/seleb/bitsy-hacks/compare/v19.1.0...v19.1.1) (2021-09-25)


### Bug Fixes

* list hack version and bitsy version in `./dist` automatically ([a0f54b3](https://github.com/seleb/bitsy-hacks/commit/a0f54b3d685424228a8028a9d3460ba4d2dce547))

# [19.1.0](https://github.com/seleb/bitsy-hacks/compare/v19.0.1...v19.1.0) (2021-09-25)


Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

Last tested against Bitsy 7.10

- [Contents](#contents)
- [How to use](#how-to-use)
- [FAQ](#FAQ)
Expand All @@ -23,18 +25,18 @@ A collection of re-usable scripts for [Adam Le Doux](https://twitter.com/adamled
- 🙀 [character portraits animated](/dist/character-portraits-animated.js): high quality anime gifs
- ⛔️ [close on ending](/dist/close-on-ending.js): Prevents from playing past an ending
-[corrupt](/dist/corrupt.js): corrupts gamedata at runtime
- 🅰 [custom text effect](/dist/custom-text-effect.js): make {custom}text effects{custom}
- 🎞 [custom-exit-effects](/dist/custom-exit-effects.js): make custom exit transition effects
-[custom-keyhandlers](/dist/custom-keyhandlers.js): run custom code on key inputs
- 🅰 [custom text effect](/dist/custom-text-effect.js): make {custom}text effects{custom}
- 💬 [dialog audio](/dist/dialog-audio.js): animal crossing-style audio
- 🎺 [dialog audio vocal synth](/dist/dialog-audio-vocal-synth.js): animal crossing-style audio powered by the pink trombone vocal synth
- 🔁 [dialog box transition](/dist/dialog-box-transition.js): adds an easing transition animation to display the dialog box text
- 🔀 [dialog choices](/dist/dialog-choices.js): binary dialog choices
- 🚀 [dialog jump](/dist/dialog-jump.js): jump from one dialog entry to another
- 💬 [dialog pause](/dist/dialog-pause.js): add pauses in between printing text
-[dialog prompt](/dist/dialog-prompt.js): prompt the user for text input in dialog
- 🔝 [direction in dialog](/dist/direction-in-dialog.js): provides a variable with player direction
-[directional avatar](/dist/directional-avatar.js): flips the player's sprite based on directional movement
- 🔝 [direction in dialog](/dist/direction-in-dialog.js): provides a variable with player direction
- 🖼 [dynamic background](/dist/dynamic-background.js): HTML background matching bitsy background
- 📝 [edit dialog from dialog](/dist/edit-dialog-from-dialog.js): edit dialog from dialog (yes really)
- 🖌 [edit image from dialog](/dist/edit-image-from-dialog.js): edit sprites, items, and tiles from dialog
Expand Down
11 changes: 9 additions & 2 deletions dist/avatar-by-room.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions dist/backdrops.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion dist/basic-sfx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions dist/bitsymuse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/canvas-replacement.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions dist/character-portraits-animated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions dist/character-portraits.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion dist/close-on-ending.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions dist/corrupt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions dist/custom-exit-effects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions dist/custom-keyhandlers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8722e8a

Please sign in to comment.