mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
Mini-quarky spawn
This commit is contained in:
@@ -192,8 +192,8 @@ const MINI_QUARKY_VELOCITY_CENTER = 0.5;
|
||||
const DIRECTION_CHANGE_PROBABILITY = 0.02;
|
||||
const DIRECTION_CHANGE_VELOCITY_MULTIPLIER = 4;
|
||||
const MINI_QUARKY_ANIMATION_INTERVAL_MS = 50;
|
||||
const MINI_QUARKY_SPAWN_BASE_DELAY_MS = 1000;
|
||||
const MINI_QUARKY_SPAWN_DELAY_RANGE_MS = 1000;
|
||||
const MINI_QUARKY_SPAWN_BASE_DELAY_MS = 4000;
|
||||
const MINI_QUARKY_SPAWN_DELAY_RANGE_MS = 8000;
|
||||
|
||||
// Random movement every few cycles
|
||||
let randomMoveCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user