Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
if(time_push%50==0){ fish.push({ x : Math.random()* canvas.width - canvas.width, y : Math.random()* 900, dx : Math.random()* 2+2, dy : 0, });
if (time_push%50 == 0 && fish.length < 10)
if(time_push%50 == 0 && fish.length < 10) { fish.push(...); fish.shift; } else { fish.push(...) };