Updated README with updated build steps

This commit is contained in:
Nicholas Novak 2023-04-10 10:24:32 -07:00
parent b8bfa1fc64
commit 205b252660

View File

@ -1,6 +1,11 @@
# One Frog Band # One Frog Band
## Setup ## Requirements
1. [aseprite](https://www.aseprite.org/)
2. python (To automatically compile the assets)
## First Time Setup
The assets for the game are stored separately to the code. To retrieve the assets for the first time, run: The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:
@ -8,3 +13,7 @@ The assets for the game are stored separately to the code. To retrieve the asset
2. `git submodule update --init --recursive --remote` 2. `git submodule update --init --recursive --remote`
From there, only the second command has to be run in order to update the assets From there, only the second command has to be run in order to update the assets
## Compiling the Assets
`python compile_assets.py`