change effect spawning values

This commit is contained in:
interfisch 2018-07-15 23:11:54 +02:00
parent 761a077162
commit f56c24e05f
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ long lastCheckspawn=0;
#define SPAWNCHANCEDOUBLE 5 //change of spawning a two trains simultaneously
long lastCheckspawnEffect=0;
#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_FLASH 80 //1 out of x times spawn effect
#define SPAWNCHANCE_EFFECT_SCANNER 600 //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_DEBUG 150