From d32d0b7c084d3c01c50357ae4b381d9d05297fec Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 8 Jan 2023 17:16:45 +1030 Subject: [PATCH] Update docco --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13a610f..c74bd8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # spritesheet_generator -This is a simple program to generate a template for isometric sprite -tilesheets, in png format. For use with software such as [Tiled](https://www.mapeditor.org). +This is a simple program to generate a sprite tilesheet, in png format. For use with software such as [Tiled](https://www.mapeditor.org). + +This gives you a template to use as a layer in your favourite image editing program, allowing you to create a tilesheet for use in your game. ## Installation @@ -31,9 +32,8 @@ The `multiplier` option describes how 'tall' the tiles are. Normally you want some height to tiles to give them the illusion of depth and the ability to hide things behind them. If you are unsure, start with the default of 2. -## Example +## Example output ![Screenshot][screenshot] - [screenshot]: https://raw.githubusercontent.com/tardisx/spritesheet_generator/main/example.png