1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 06:56:01 +00:00

texture mode -- first commit

This commit is contained in:
Zeno Rogue
2017-12-09 02:20:10 +01:00
parent 87b6b8b372
commit ecf631976f
8 changed files with 357 additions and 34 deletions

View File

@@ -120,6 +120,10 @@
#define CAP_EDIT (CAP_FILES && !ISWEB && !ISMINI)
#endif
#ifndef CAP_TEXTURE
#define CAP_TEXTURE CAP_PNG
#endif
#ifndef CAP_MODEL
#define CAP_MODEL (!ISMOBWEB && !ISMINI && CAP_SDLGFX)
#endif