diff options
author | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2021-06-08 16:46:08 -0300 |
---|---|---|
committer | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2021-06-08 16:46:08 -0300 |
commit | fd1295bd8a078d6909f294a8188cc543d21bff42 (patch) | |
tree | 1ebc7c1f67220cad05fcccd00d39912defeee69b /docs | |
parent | ae19de1c2dcc160495fcffb198f9266cd52a36a5 (diff) | |
download | ubox-msx-lib-fd1295bd8a078d6909f294a8188cc543d21bff42.tar.gz ubox-msx-lib-fd1295bd8a078d6909f294a8188cc543d21bff42.zip |
png2sprites.py: documentation updated
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools.md b/docs/tools.md index ee42261..ec8b56f 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -14,7 +14,7 @@ TODO ### png2sprites.py -TODO +The png2sprites.py tool converts an image that is a multiple of 16x16 into multiple sprites. Sprites are also separated by colour values. Dark grey (#1c1c1c) is assigned to transparent in the MSX colour index. ### map.py |