Compare commits

..

No commits in common. "73074c8b7527e91aaf1eee37dcca586a7c46c15a" and "b68cc873d59ec9f60301a339be89ae4523c7ebe6" have entirely different histories.

2 changed files with 3 additions and 27 deletions

View File

@ -1,27 +1,3 @@
# Mixsy
# mixsy
A tool for combining Bitsy games.
Paste your game data into the main and additional inputs, and click _mix_!
All palettes, rooms, tiles, sprites, items, exits, endings, variables and dialogue
will be copied from the additional game to the main game.
Tiles will also be deduplicated, to avoid unnecessary extra tiles in your merged game.
The resulting merged game will appear in the output box.
You can copy and paste this back into Bitsy.
I'm fairly confident that Mixsy won't mangle your game data,
but I still recommend taking backups of your games periodically.
Mixsy requires WebAssembly, so if it doesn't work on your web browser
I suggest using [bitsy merge](https://seansleblanc.itch.io/bitsy-merge) instead.
# Credits
A tool by Max Bradbury
Thanks to Adam Le Doux for Bitsy
Thanks to Freya for the colour palette (I love that watermelon and mint-choc-chip kinda thing)
Thanks to Candle, Sean and everyone in the Bitsy community
blah blah blah

View File

@ -2,4 +2,4 @@
pug index.pug
set -ex
wasm-pack build --target web
wasm-pack build --target web