the master

This commit is contained in:
ntr
2019-05-15 18:24:43 +10:00
parent 667a7ad647
commit ba70b0e1ef
2 changed files with 21 additions and 9 deletions
+12 -3
View File
@@ -362,7 +362,10 @@ const game = {
"cd": null
}
],
"effects": [],
"effects": [{
effect: "Sustain",
duration: 2,
}],
"specs": [],
"colours": {
"red": 0,
@@ -439,7 +442,10 @@ const game = {
"cd": null
}
],
"effects": [],
"effects": [{
effect: "Release",
duration: 2,
}],
"specs": [],
"colours": {
"red": 0,
@@ -506,7 +512,10 @@ const game = {
"cd": null
}
],
"effects": [],
"effects": [{
effect: "Decay",
duration: 2,
}],
"specs": [],
"colours": {
"red": 0,