#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