diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-06-03 06:26:01 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-06-03 06:26:05 +0100 |
commit | 0ff4042b9d673be0f2bfde777c58acb2f21ca5a6 (patch) | |
tree | b3f67a6b0bb0dae321b48554cadc926c540f40a5 | |
parent | 82a46eb827624a8ffae5324a2e3560a50a6dfbc8 (diff) | |
download | ubox-msx-lib-0ff4042b9d673be0f2bfde777c58acb2f21ca5a6.tar.gz ubox-msx-lib-0ff4042b9d673be0f2bfde777c58acb2f21ca5a6.zip |
Updated changes
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,11 +2,13 @@ ## Release 1.x.0 - ????-??-?? - - Added a new `-c` flag to `png2sprites.py` to include the frame colour as + - `png2sprites.py`: Added a new `-c` flag to include the frame colour as a comment. This works as a reference and should make easier assign colours - to frames later on in the game's code. + to frames later on in the game's code + - `map.py`: remove bin files on error, fixed an error in error reporting + - `png2tiles.py`: support to load the tileset combinng multiple images - Thanks to Pedro de Medeiros for the feature! + Thanks to Pedro de Medeiros for the changes! ## Release 1.1.5 - 2021-04-07 |