diff --git a/include/conf.h b/include/conf.h index 24dfaea..441d7fb 100644 --- a/include/conf.h +++ b/include/conf.h @@ -17,13 +17,13 @@ #define OVERRING_TILE_COLOR \ (Color) { 255, 255, 255, 80 } -#define NEW_LEVEL_WIDTH 25 -#define NEW_LEVEL_HEIGHT 14 +#define NEW_LEVEL_WIDTH 32 +#define NEW_LEVEL_HEIGHT 18 -#define EDITOR_WINDOW_WIDTH 396 -#define EDITOR_WINDOW_HEIGHT 224 +#define EDITOR_WINDOW_WIDTH 512 +#define EDITOR_WINDOW_HEIGHT 288 #define EDITOR_TARGET_FPS 60 -#define EDITOR_DRAW_OFFSET_X -2 +#define EDITOR_DRAW_OFFSET_X 0 #define EDITOR_DRAW_OFFSET_Y 0 #define PICKER_TARGET_FPS 30