Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 103 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 15:47:23 +01:00
parent 7c61713ee5
commit e5e8ec9c54
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ GameLib.CustomCode.POWERUP_SLOW = 2;
GameLib.CustomCode.MAX_POWERUP_ITEMS = 3;
GameLib.CustomCode.SPEED_GRAIN = 0.05;
GameLib.CustomCode.POWERUP_SPEED_GRAIN = 0.2;
GameLib.CustomCode.POWERUP_ANIMATION_SPEED_GRAIN = 0.5;
GameLib.CustomCode.MAX_SPEED = 0.1;
GameLib.CustomCode.MIN_SPEED = GameLib.CustomCode.SPEED_INITIAL;