diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-09-21 01:37:51 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-09-21 01:37:51 +0100 |
commit | 101011c6e8866f07d4f6d2994ec414bdb79d2ae8 (patch) | |
tree | 76728f72ce8761862039cdb9aa12401f0f89640f /resources/js/app.js | |
parent | 8fe6c30596c9bfa9225087052c7bc8236324c2fc (diff) |
Better edge detection and avoidance
Diffstat (limited to 'resources/js/app.js')
-rw-r--r-- | resources/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/js/app.js b/resources/js/app.js index 103a32f..797dc0f 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,4 +1,4 @@ -let scene = new Scene(2, 500); +let scene = new Scene(10, 100); function stop() { scene.stop(); |