summaryrefslogtreecommitdiff
path: root/include/drops.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 13:37:16 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 13:37:16 +0100
commit40027e44e5d0f0040238cfc1bd6a8d80c17c54fb (patch)
tree98206731b8a27885d212333ef7b593ab664f5148 /include/drops.h
parent1ac44d4ec6b6b51fefe6ca50ef82d5d2fc1f6dfb (diff)
minor changes
Diffstat (limited to 'include/drops.h')
-rw-r--r--include/drops.h2
1 files changed, 2 insertions, 0 deletions
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);