This commit is contained in:
Max Bradbury 2020-07-26 12:54:53 +01:00
parent b68cc873d5
commit 13e4821fbc
1 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,27 @@
# mixsy
# Mixsy
blah blah blah
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