diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 19:37:22 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 19:37:22 +0100 |
commit | efdf58ce9045f197c549dc5dd437dd6b8630a628 (patch) | |
tree | 3d97b73a39cd2d1068d4af2bfb32fb1285170ac7 /game | |
parent | 514c9bb0b70c4b8701494e8bd54d3fd12b29677b (diff) | |
download | ubox-msx-lib-efdf58ce9045f197c549dc5dd437dd6b8630a628.tar.gz ubox-msx-lib-efdf58ce9045f197c549dc5dd437dd6b8630a628.zip |
Formatting
Diffstat (limited to 'game')
-rw-r--r-- | game/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/game/README.md b/game/README.md index 854be2f..8f18151 100644 --- a/game/README.md +++ b/game/README.md @@ -38,9 +38,7 @@ The graphics, music and sound are CC BY NC SA 4.0 (basically: no commercial). ## External tools - - [Tiled](https://www.mapeditor.org/) was used to edit the game map, via JSON - export (see `map.json`) + - [Tiled](https://www.mapeditor.org/) was used to edit the game map, via JSON export (see `map.json`) - All the graphics were drawn with [GIMP](https://www.gimp.org/) - - The music and sound effects were made with [Arkos Tracker - 2](http://www.julien-nevo.com/arkostracker/) + - The music and sound effects were made with [Arkos Tracker 2](http://www.julien-nevo.com/arkostracker/) |