mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
lint
This commit is contained in:
parent
74a7c6776f
commit
9e19348ded
1 changed files with 55 additions and 55 deletions
|
@ -1,4 +1,4 @@
|
||||||
const instruments = require('./instruments.json');
|
const instruments = require('./instruments.json')
|
||||||
|
|
||||||
module.exports = [
|
module.exports = [
|
||||||
...new Array(35).fill(null), // offset
|
...new Array(35).fill(null), // offset
|
||||||
|
@ -54,5 +54,5 @@ module.exports = [
|
||||||
{ pitch: 24, instrument: instruments.chime },
|
{ pitch: 24, instrument: instruments.chime },
|
||||||
{ pitch: 21, instrument: instruments.hat },
|
{ pitch: 21, instrument: instruments.hat },
|
||||||
{ pitch: 14, instrument: instruments.basedrum },
|
{ pitch: 14, instrument: instruments.basedrum },
|
||||||
{pitch: 7, instrument: instruments.basedrum},
|
{ pitch: 7, instrument: instruments.basedrum }
|
||||||
];
|
]
|
||||||
|
|
Loading…
Reference in a new issue