From 205b2526600dd0fc0ddb10ef8613a7195490c7b8 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Mon, 10 Apr 2023 10:24:32 -0700 Subject: [PATCH] Updated README with updated build steps --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8984f..737709c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # 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: @@ -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` From there, only the second command has to be run in order to update the assets + +## Compiling the Assets + +`python compile_assets.py`