Yazzie MSX Remastered Custom Level Export plugin for Tiled 
v1.0 by FRS, 2021/09.
===============================================================================

Based on:
 - videogame-format.js by diogoeichert
 - "How to write a custom Text File importer for Tiled Map Editor" guide, by
   Mezzmer & eishiya
 
 License: CC:BY-SA

This is a plug-in that allows the Tiled map editor to load/export custom stages
for the game Yazzie Remastered directly. There's no more need to deal with
bash scripts like in the original Yazzie Remastered release. Just install the
yazzie-format.js plugin on Tiled and have fun.

You can download the latest version of Tiled here:
https://www.mapeditor.org

-  Special thanks for MsxKun@msx.org, for giving me the pointers on where to
   begin 


Instructions:
 
1) Install the yazzie-format.js to the Tiled extensions folder, as explained in
   the following article:
   https://doc.mapeditor.org/en/stable/reference/scripting/#binaryfile

2) The YazzieTileSet1.tsx and YazzieTiles1.png files must reside in the same
   folder as your .yaz files

3) emptyMap.yaz is an empty stage template.

4) Remember to set the Author, Song, Theme and Title for your stage in the
   Map->Map Properties menu:
- Author: author initials (max 3 chars)
- Title : title for this stage (max 19 chars)
- Theme : 0=random, 1~3=selects a specific theme
- Song  : 0=random, 1~6 selects a specific song

Strings and values will be cropped/clamped to fit withing limits.
