From 6562a7be49070454f426f52845f77165a93a4a02 Mon Sep 17 00:00:00 2001 From: Victor Gamper Date: Mon, 27 Jan 2020 18:38:16 +0100 Subject: Added a toggle fullscreen button --- catch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catch.h') diff --git a/catch.h b/catch.h index 09a4c83..55d968e 100644 --- a/catch.h +++ b/catch.h @@ -22,7 +22,7 @@ #define CHARGEBAR_POS_X 10 #define CHARGEBAR_POS_Y 10 -#define MAXIMUM_JUMP_FORCE 5 +#define MAXIMUM_JUMP_FORCE 3 #define BIRD_COUNT 3 #define BIRD_TYPE_NONE 0 -- cgit v1.2.3