←back to thread

Eternal Struggle

(yoavg.github.io)
675 points yurivish | 1 comments | | HN request time: 0.336s | source
1. otherayden ◴[] No.45088488[source]
To speed it up, run

['whiteBall', 'blackBall'].forEach(color => { data[color].v.x *= 5; data[color].v.y *= 5 });

In dev console :)