initial commit

This commit is contained in:
2025-05-21 11:29:48 -04:00
commit 614ada45fd
19 changed files with 1093 additions and 0 deletions

8
src/defs.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#define BUBBLE_SPAWN_CHANCE 0.02f
#define SEAWEED_MIN_HEIGHT 3
#define SEAWEED_MAX_HEIGHT 7
#define SEAWEED_MIN_LIFETIME 5000
#define SEAWEED_MAX_LIFETIME 15000
#define WAVE_MOVE_CHANCE 15