diff options
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js index 35f8290..65e7ddd 100644 --- a/client/index.js +++ b/client/index.js @@ -11,7 +11,7 @@ const nx = window.nx const noteCount = browser.isMobile ? 18 : 24 const stepCount = 16 const cellSize = browser.isMobile ? 20 : 27 -const baseTone = browser.isMobile ? 0 : 12 +const baseTone = browser.isMobile ? 8 : 12 let grid |
