Skip to content

Commit

Permalink
feat: update hacks for bitsy 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jul 23, 2022
1 parent 1ddb61b commit 5a32ba9
Show file tree
Hide file tree
Showing 56 changed files with 302 additions and 302 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
]
},
"devDependencies": {
"@bitsy/hecks": "^21.0.0",
"@bitsy/hecks": "^21.0.1",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
12 changes: 6 additions & 6 deletions src/hacks/avatar-by-room.txt
Expand Up @@ -4,8 +4,8 @@
@summary change the avatar in certain rooms
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down Expand Up @@ -240,8 +240,8 @@ var after = kitsy.after;
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/

Expand Down
16 changes: 8 additions & 8 deletions src/hacks/backdrops.txt
Expand Up @@ -4,8 +4,8 @@
@summary makes the game have a backdrop
@license MIT
@author Cephalopodunk & Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -181,8 +181,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down Expand Up @@ -246,8 +246,8 @@ var after = kitsy.after;
@summary makes all sprites have transparent backgrounds (deprecated)
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -292,8 +292,8 @@ before('renderer.SetDrawings', function () {
@summary makes the game have a transparent background
@license MIT
@author Cephalopodunk & Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down
12 changes: 6 additions & 6 deletions src/hacks/basic-sfx.txt
Expand Up @@ -4,8 +4,8 @@
@summary "walk" and "talk" sound effect support
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down Expand Up @@ -235,8 +235,8 @@ var after = kitsy.after;
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/

Expand Down
12 changes: 6 additions & 6 deletions src/hacks/bitsymuse.txt
Expand Up @@ -4,8 +4,8 @@
@summary A variety of Bitsy sound and music handlers
@license MIT
@author David Mowatt
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -206,8 +206,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down Expand Up @@ -367,8 +367,8 @@ function addDualDialogTag(tag, fn) {
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/

Expand Down
8 changes: 4 additions & 4 deletions src/hacks/canvas-replacement.txt
Expand Up @@ -4,8 +4,8 @@
@summary WebGLazy bitsy integration (this one's mostly just for me)
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -203,8 +203,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down
12 changes: 6 additions & 6 deletions src/hacks/character-portraits-animated.txt
Expand Up @@ -4,8 +4,8 @@
@summary high quality anime gifs
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -971,8 +971,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down Expand Up @@ -1084,8 +1084,8 @@ function addDialogTag(tag, fn) {
@summary high quality anime jpegs (or pngs i guess)
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/character-portraits.txt
Expand Up @@ -4,8 +4,8 @@
@summary high quality anime jpegs (or pngs i guess)
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/close-on-ending.txt
Expand Up @@ -4,8 +4,8 @@
@summary Prevents from playing past an ending
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down
16 changes: 8 additions & 8 deletions src/hacks/corrupt.txt
Expand Up @@ -4,8 +4,8 @@
@summary corrupts gamedata at runtime
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -60,8 +60,8 @@ bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy);
@file utils
@summary miscellaneous bitsy utilities
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/

Expand All @@ -87,8 +87,8 @@ function getImage(name, map) {
@file edit image at runtime
@summary API for updating image data at runtime.
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

@description
Adds API for updating sprite, tile, and item data at runtime.
Expand Down Expand Up @@ -295,8 +295,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/custom-exit-effects.txt
Expand Up @@ -4,8 +4,8 @@
@summary make custom exit transition effects
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down
8 changes: 4 additions & 4 deletions src/hacks/custom-text-effect.txt
Expand Up @@ -4,8 +4,8 @@
@summary make {custom}text effects{custom}
@license MIT
@author Sean S. LeBlanc
@version 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1


@description
Expand Down Expand Up @@ -353,8 +353,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 21.0.0
@requires Bitsy 8.0
@version 21.0.1
@requires Bitsy 8.1

*/
var kitsy = (window.kitsy = window.kitsy || {
Expand Down

0 comments on commit 5a32ba9

Please sign in to comment.