From 40027e44e5d0f0040238cfc1bd6a8d80c17c54fb Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 18 Dec 2022 13:37:16 +0100 Subject: minor changes --- include/drops.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/drops.h') diff --git a/include/drops.h b/include/drops.h index e7ab661..aa48e24 100644 --- a/include/drops.h +++ b/include/drops.h @@ -25,6 +25,8 @@ typedef struct t_drop { #define MAX_DROPS 50 drop drops[MAX_DROPS] = {0}; +#define DROP_MAX_DURATION (4.0f) +#define DROP_FADE_TIME (2.0f) void update_drops(); void draw_drops(platform_window* window); -- cgit v1.2.3-70-g09d2