diff options
Diffstat (limited to 'resources/js/component.js')
-rw-r--r-- | resources/js/component.js | 6 |
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; |