Add potato mode
This commit is contained in:
parent
5d9038021a
commit
e42212d7c1
4 changed files with 95 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue