Compare commits
2 Commits
22384d28aa
...
b29e739d3d
Author | SHA1 | Date | |
---|---|---|---|
b29e739d3d | |||
523dd248b9 |
@ -1,3 +1,5 @@
|
||||
# garbage-monorepo
|
||||
|
||||
a dump of all the actually useless scripts, code, and other toys, put into one repo
|
||||
|
||||
`docs/` is all the stuff hosted on github.io
|
||||
|
@ -232,8 +232,8 @@
|
||||
|
||||
for (let i = 0; i < teams.length; i++) {
|
||||
const angle = randomNum(0, 2 * Math.PI);
|
||||
teams[i].dx = 5 * Math.cos(angle);
|
||||
teams[i].dy = 5 * Math.sin(angle);
|
||||
teams[i].dx = 8 * Math.cos(angle);
|
||||
teams[i].dy = 8 * Math.sin(angle);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user