Add christmas edition
This commit is contained in:
parent
2f1c7d9e82
commit
b62af486a7
74 changed files with 3422 additions and 1 deletions
15
christmas/text_generator/README.md
Normal file
15
christmas/text_generator/README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue