Add christmas edition

This commit is contained in:
Andras Schmelczer 2026-06-06 15:23:48 +01:00
parent 2f1c7d9e82
commit b62af486a7
74 changed files with 3422 additions and 1 deletions

View file

@ -0,0 +1,15 @@
# Sprite generator
## Install
- Install Python 3.5 or later
- Execute `pip install -r requirements.txt`
## Use
- Using [Piskel](https://www.piskelapp.com/)
- draw the sprites
- export them in `zip` format (it's a .zip containing .png files)
- Place the files inside the [spritesheets](spritesheets) folder
- Execute `python main.py`
- The output is automatically placed in the [output](output) folder