diff --git a/main_sdl.c b/main_sdl.c index 7af1005..4450ab1 100644 --- a/main_sdl.c +++ b/main_sdl.c @@ -38,7 +38,7 @@ #ifndef __EMSCRIPTEN__ #ifndef GAME_LQ // higher quality - #define SFG_FPS 35 + #define SFG_FPS 60 #define SFG_LOG(str) puts(str); #define SFG_SCREEN_RESOLUTION_X 700 #define SFG_SCREEN_RESOLUTION_Y 512