Added note about Aseprite use

This commit is contained in:
Noel Berry 2021-01-03 23:20:36 -08:00 committed by GitHub
parent 39c0c516c8
commit 54fd84f450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ a small game made entirely on live stream over about 15 hours.
### building ### building
- You need C++17 and CMake - You need C++17 and CMake
- Make sure you have SDL2 headers & libraries, and make sure CMake can find them - 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.
![Screenshot](https://github.com/noelfb/tiny_link/raw/main/screenshot.png "Screenshot") ![Screenshot](https://github.com/noelfb/tiny_link/raw/main/screenshot.png "Screenshot")