ofb/README.md

20 lines
465 B
Markdown
Raw Normal View History

2023-04-09 21:59:32 -07:00
# One Frog Band
## Requirements
1. [aseprite](https://www.aseprite.org/)
2. python (To automatically compile the assets)
## First Time Setup
2023-04-09 21:59:32 -07:00
The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:
1. `git submodule init`
2. `git submodule update --init --recursive --remote`
2023-04-09 21:59:32 -07:00
From there, only the second command has to be run in order to update the assets
## Compiling the Assets
`python compile_assets.py`