Increase default spawn interval
This commit is contained in:
parent
f658d040ed
commit
b9aaeb62c9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import sg "../sokol/gfx"
|
||||||
WINDOW_TITLE :: "ECS Test"
|
WINDOW_TITLE :: "ECS Test"
|
||||||
|
|
||||||
// Behaviour
|
// Behaviour
|
||||||
SPAWN_INTERVAL :: 0.2 // in seconds
|
SPAWN_INTERVAL :: 0.05 // in seconds
|
||||||
GRAVITY_CONSTANT :: -2.5
|
GRAVITY_CONSTANT :: -2.5
|
||||||
SPAWN_AREA :: 30 // one side
|
SPAWN_AREA :: 30 // one side
|
||||||
Y_DESPAWN_CUTOFF :: -15
|
Y_DESPAWN_CUTOFF :: -15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue