diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -3,11 +3,13 @@ #define WIN_HEIGHT 600 /* */ -#define SCALE_MODE SCALE_DOWN +#define BG_COLOR "#888888" /* */ -#define ZOOM_MIN 12.5 -#define ZOOM_MAX 400 +#define SCALE_MODE SCALE_DOWN /* */ -#define BG_COLOR "#888888" +static const float zoom_levels[] = { + 12.5, 25.0, 50.0, 75.0, + 100.0, 150.0, 200.0, 400.0, 800.0 +}; |