initial commit
This commit is contained in:
8
src/defs.h
Normal file
8
src/defs.h
Normal 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
|
||||
Reference in New Issue
Block a user