Update charts.js
This commit is contained in:
parent
6459d8727a
commit
2c72687def
1 changed files with 7 additions and 7 deletions
|
@ -139,11 +139,11 @@ export var charts = [
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
characters: [
|
characters: [
|
||||||
["JellyBean", "JellyBean"],
|
["JellyBean", "JellyBean", (width() / 2) - 162, 0],
|
||||||
["RedVelvety", "RedVelvety"],
|
["RedVelvety", "RedVelvety", (width() / 2) - 162, 0],
|
||||||
["Marc", "Marc"],
|
["Marc", "Marc", (width() / 2) - 162, 0],
|
||||||
["CarterRedacted", "CarterRedacted"],
|
["CarterRedacted", "CarterRedacted", (width() / 2) - 162, 0],
|
||||||
["MarkyMark", "Mark"]
|
["MarkyMark", "Mark", (width() / 2) - 162, 0]
|
||||||
],
|
],
|
||||||
noteTypes: {
|
noteTypes: {
|
||||||
"J": noteDefault,
|
"J": noteDefault,
|
||||||
|
@ -200,7 +200,7 @@ export var charts = [
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
characters: [
|
characters: [
|
||||||
["FaithPlate", "Faith Plate"]
|
["FaithPlate", "Faith Plate", 0, 0]
|
||||||
],
|
],
|
||||||
noteTypes: {
|
noteTypes: {
|
||||||
"J": noteDefault,
|
"J": noteDefault,
|
||||||
|
|
Loading…
Reference in a new issue