mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-02-17 06:40:17 -05:00
Among Us
This commit is contained in:
parent
97278df7aa
commit
44f3be1c18
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