music stop; sprite alpha blending; sprite sorting; change to anim

This commit is contained in:
2023-11-21 07:07:50 +00:00
parent 051d8653fb
commit 6193bceb74
12 changed files with 136 additions and 74 deletions

View File

@@ -33,6 +33,11 @@ Basic boolean flags, set to 0 or 1, to enable or disable features in the build
## Building for Steam
-Get the steam SDK
-Unpack it into a folder named 'steam' at the top level directory
-Move the steam libs into the lib folders arm64, x86, and x86_64
-Make with STEAM=1
Steam uses a C++ based SDK, so a C-only compiler like TCC will not work.
Steam uses a C++ based SDK, so a C-only compiler like TCC will not work.
## Building with Discord
-Get the steam SDK
-Make with DISCORD=1