change effect spawning values
This commit is contained in:
parent
761a077162
commit
f56c24e05f
|
@ -26,8 +26,8 @@ long lastCheckspawn=0;
|
||||||
#define SPAWNCHANCEDOUBLE 5 //change of spawning a two trains simultaneously
|
#define SPAWNCHANCEDOUBLE 5 //change of spawning a two trains simultaneously
|
||||||
long lastCheckspawnEffect=0;
|
long lastCheckspawnEffect=0;
|
||||||
#define CHECKSPAWNDELAY_EFFECT 2000 //delay in ms to check random effect
|
#define CHECKSPAWNDELAY_EFFECT 2000 //delay in ms to check random effect
|
||||||
#define SPAWNCHANCE_EFFECT_SCANNER 100 //1 out of x times spawn effect
|
#define SPAWNCHANCE_EFFECT_SCANNER 600 //1 out of x times spawn effect
|
||||||
#define SPAWNCHANCE_EFFECT_FLASH 80 //1 out of x times spawn effect
|
#define SPAWNCHANCE_EFFECT_FLASH 600 //1 out of x times spawn effect
|
||||||
|
|
||||||
#define BRIGHTNESS_RUN 200
|
#define BRIGHTNESS_RUN 200
|
||||||
#define BRIGHTNESS_DEBUG 150
|
#define BRIGHTNESS_DEBUG 150
|
||||||
|
|
Loading…
Reference in New Issue