Changing default piece counts
[impuzzle] / src / defines.h
index 066cffb..d4dd36b 100644 (file)
 
 #define IMAGE_HEIGHT 400
 
-#define GAME_VERSION = "0.2"
+#define GAME_VERSION 0.3
 
-#define EASY_PIECE_COUNT 12
-#define HARD_PIECE_COUNT 20
+#define EASY_PIECE_COUNT 9
+#define EASY_HORIZONTAL_COUNT 3
+#define HARD_PIECE_COUNT 16
+#define HARD_HORIZONTAL_COUNT 4
 
 #define DEFAULT_IMAGE_TXT "Default image"
 #define RANDOM_IMAGE_TXT "Random image"