Add potato mode

This commit is contained in:
Miloslav Ciz 2024-12-18 18:40:03 +01:00
parent 5d9038021a
commit e42212d7c1
4 changed files with 95 additions and 7 deletions

View file

@ -164,4 +164,10 @@
#define LCR_SETTING_DEBUG_PHYSICS_DRAW 0
#endif
#ifndef LCR_SETTING_POTATO_GRAPHICS
/** Setting this will turn on very simple graphics without textures and etc.,
can be good for very weak devices. */
#define LCR_SETTING_POTATO_GRAPHICS 0
#endif
#endif // guard