diff --git a/index.js b/index.js index 7671459..54768c9 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ function addShape() { let oneShape = Bodies.polygon( // Math.random() * (width / 2) + 1, width / 2, - Math.random() * 450 + 1, + 0, Math.random() * 12 + 1, Math.random() * 150 + 100 ); diff --git a/package.json b/package.json index 49d94d0..589fa01 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "start": "npx http-server .", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "deploy": "scp -r . ayo@ayco.io:~/kaboom/" }, "author": "Ayo and Kahel", "license": "ISC",