diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 92960c5..08ce918 100644 --- a/src/config.h +++ b/src/config.h @@ -9,8 +9,8 @@ #define DEBUG 1 #define WALK_SPEED 1 #define SPLIT_SCREEN 2 -#define CAMERA_SEPARATION .0125 -#define RED_AND_BLUE 0 +#define CAMERA_SEPARATION -1 +#define RED_AND_BLUE 1 #define SHAPES 16386 #define MAX_SIDES 8 #define WIDTH 4000 |