From 98c59cfdfda4ae28d9ca1119ed5b660a52cd4a2b Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sat, 12 Feb 2022 13:04:15 -0800 Subject: [PATCH] Updated Readme to reflect Blah changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1056eb6..5c4ebf4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ A small game made entirely on live stream over about 15 hours. I intend to add more documentation and clarify some of the code and assets over the next few days. ### building - - You need C++17 and CMake 3.12+ + - You need C++17 and CMake 3.14+ - Pull Submodule (`git submodule init`, `git submodule update`) (this repo references the [blah](https://github.com/NoelFB/blah) repo) - - Make sure you have SDL2 headers & libraries, and make sure CMake can find them - All the art was made in [Aseprite](https://www.aseprite.org/). To modify or add new sprites, you'll need to use aseprite. ### links