Pokitto turn based strategy game.
Revision 13:8a3620166b57, committed 2018-03-06
- Comitter:
- trelemar
- Date:
- Tue Mar 06 12:57:47 2018 +0000
- Parent:
- 12:52184eaf74f4
- Commit message:
- Open Source
Changed in this revision
My_settings.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/My_settings.h Wed Dec 13 01:33:33 2017 +0000 +++ b/My_settings.h Tue Mar 06 12:57:47 2018 +0000 @@ -14,5 +14,5 @@ #define PROJ_HIRES 0 //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88) #define PROJ_ENABLE_SOUND 0 // 0 = all sound functions disabled - +#define PROJ_USE_FPS_COUNTER 1 #endif