Now only 1 player game is launched with define BYPASS_MENU (default for FUNKEY), set MIN_BLOCKS_VISIBLE_IN_VIEWPORT_MODE to 2

This commit is contained in:
Vincent-FK
2021-06-10 01:25:58 +02:00
parent 9670219b73
commit 9383940ce4
4 changed files with 199 additions and 4 deletions

View File

@@ -6,12 +6,13 @@
//#define SOUND_FMOD_ACTIVATED
//#define SOUND_SDL_ACTIVATED
#define WINDOW_BPP 16
// Resize ?
//#define HW_SCREEN_RESIZE
#define HW_SCREEN_WIDTH 240
#define HW_SCREEN_HEIGHT 240
#define WINDOW_BPP 16
#define MIN_BLOCKS_VISIBLE_IN_VIEWPORT_MODE 2
// Size (# of pixels) of a cell of the map
#define SIZE_BLOC 40