summaryrefslogtreecommitdiff
path: root/resources/js/component.js
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-09-21 01:52:22 +0100
committerFbenas <philbeansburton@gmail.com>2020-09-21 01:52:22 +0100
commit5c4f8661dbbc54f607bdac4676a74995463cdece (patch)
tree3b7e1fb5964d533318bc676aa1bc1052cbd56812 /resources/js/component.js
parent101011c6e8866f07d4f6d2994ec414bdb79d2ae8 (diff)
Tweak size and randomness
Diffstat (limited to 'resources/js/component.js')
-rw-r--r--resources/js/component.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/js/component.js b/resources/js/component.js
index ec81489..a6098e0 100644
--- a/resources/js/component.js
+++ b/resources/js/component.js
@@ -1,9 +1,9 @@
class Component {
constructor(radius, color, x, y, direction) {
- this.rayLength = 100;
- this.turnStepAmount = 0;
- this.stepAmount = 5;
+ this.rayLength = 40;
+ this.turnStepAmount = 4;
+ this.stepAmount = 3;
this.radius = radius;
this.x = x;
this.y = y;