new config for raum 3

This commit is contained in:
interfisch 2018-09-05 18:23:48 +02:00
parent f56c24e05f
commit ab4bffc85a
1 changed files with 38 additions and 32 deletions

View File

@ -25,9 +25,9 @@ long lastCheckspawn=0;
#define SPAWNCHANCE 20 //1 out of x times wagon will spawn #define SPAWNCHANCE 20 //1 out of x times wagon will spawn
#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 10000 //delay in ms to check random effect
#define SPAWNCHANCE_EFFECT_SCANNER 600 //1 out of x times spawn effect #define SPAWNCHANCE_EFFECT_SCANNER 1000 //1 out of x times spawn effect
#define SPAWNCHANCE_EFFECT_FLASH 600 //1 out of x times spawn effect #define SPAWNCHANCE_EFFECT_FLASH 1000 //1 out of x times spawn effect
#define BRIGHTNESS_RUN 200 #define BRIGHTNESS_RUN 200
#define BRIGHTNESS_DEBUG 150 #define BRIGHTNESS_DEBUG 150
@ -65,35 +65,41 @@ void setup() {
resetHeightmap(); resetHeightmap();
//fixed heightmap //fixed heightmap
heightraw[0]=254; heightraw[0]=200;
heightraw[20]=253; heightraw[15]=200;
heightraw[40]=254; heightraw[28]=185;
heightraw[67]=241; heightraw[52]=170;
heightraw[79]=240; heightraw[88]=198;
heightraw[90]=237; heightraw[104]=176;
heightraw[130]=218; heightraw[118]=156;
heightraw[144]=217; heightraw[125]=154;
heightraw[159]=218; heightraw[130]=156;
heightraw[196]=232; heightraw[156]=184;
heightraw[228]=197; heightraw[164]=199;
heightraw[236]=191; heightraw[185]=191;
heightraw[245]=197; heightraw[190]=190;
heightraw[275]=235; heightraw[197]=191;
heightraw[300]=210; heightraw[219]=199;
heightraw[345]=178; heightraw[228]=189;
heightraw[362]=176; heightraw[252]=163;
heightraw[369]=176; heightraw[274]=150;
heightraw[381]=169; heightraw[282]=149;
heightraw[421]=112; heightraw[297]=151;
heightraw[460]=80; heightraw[329]=165;
heightraw[474]=78; heightraw[366]=198;
heightraw[489]=80; heightraw[404]=191;
heightraw[524]=112; heightraw[428]=197;
heightraw[534]=121; heightraw[459]=191;
heightraw[542]=122; heightraw[489]=197;
heightraw[561]=123; heightraw[502]=183;
heightraw[580]=145; heightraw[521]=162;
heightraw[599]=172; heightraw[546]=151;
heightraw[558]=160;
heightraw[585]=198;
heightraw[592]=194;
heightraw[599]=194;