Update charts.js

This commit is contained in:
MeowcaTheoRange 2022-04-26 21:34:11 -05:00 committed by GitHub
parent 0fec68e333
commit 7476209748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,11 +139,11 @@ export var charts = [
} }
}, },
characters: [ characters: [
["JellyBean", "JellyBean", (width() / 2) - 162, 0], ["JellyBean", "JellyBean", 186, 0],
["RedVelvety", "RedVelvety", (width() / 2) - 162, 0], ["RedVelvety", "RedVelvety", 186, 0],
["Marc", "Marc", (width() / 2) - 162, 0], ["Marc", "Marc", 186, 0],
["CarterRedacted", "CarterRedacted", (width() / 2) - 162, 0], ["CarterRedacted", "CarterRedacted", 186, 0],
["MarkyMark", "Mark", (width() / 2) - 162, 0] ["MarkyMark", "Mark", 186, 0]
], ],
noteTypes: { noteTypes: {
"J": noteDefault, "J": noteDefault,