include/conf.h: use less specific values

This commit is contained in:
KikooDX 2021-04-10 11:46:02 +02:00
parent 023ff12cb9
commit dc7161c81b
1 changed files with 5 additions and 5 deletions

View File

@ -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