fewer many shapes
This commit is contained in:
parent
e5359d5a35
commit
1e3190df72
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -30,7 +30,7 @@ function clearTheWorld() {
|
|||
}
|
||||
|
||||
function kaboom() {
|
||||
let manyShapes = new Array(300)
|
||||
let manyShapes = new Array(50)
|
||||
.fill()
|
||||
.map(() =>
|
||||
Bodies.polygon(
|
||||
|
|
Loading…
Reference in a new issue