summaryrefslogtreecommitdiff
path: root/resources/js/scene.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/js/scene.js')
-rw-r--r--resources/js/scene.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/js/scene.js b/resources/js/scene.js
index df456d3..770eb92 100644
--- a/resources/js/scene.js
+++ b/resources/js/scene.js
@@ -23,10 +23,10 @@ class Scene {
boids.push(new Boid(
this.boid_radius,
"black",
- 300, 300, Math.random() * 360,
- // Math.random() * (this.gameArea.canvas.width - 100) + 50,
- // Math.random() * (this.gameArea.canvas.height - 100) + 50,
- // Math.random() * 360,
+ // 300, 300, Math.random() * 360,
+ Math.random() * (this.gameArea.canvas.width - 100) + 50,
+ Math.random() * (this.gameArea.canvas.height - 100) + 50,
+ Math.random() * 360,
i,
this.width,
this.height