From 070f8b8a85b0b277daa0377b102e86e7c35089bf Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:04:30 -0500 Subject: [PATCH] Update charts.js --- code/charts.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/charts.js b/code/charts.js index 804de9f..a7edc0a 100644 --- a/code/charts.js +++ b/code/charts.js @@ -511,7 +511,7 @@ export var charts = [ }, ] -export function noteDefault(time, letter, prevStep) { +export function noteDefault(time, prevStep) { add([ rect(10, 50), pos(width(), 20), @@ -520,7 +520,7 @@ export function noteDefault(time, letter, prevStep) { "note", { created: time, - type: letter, + type: "J", empty: false, normal: true } @@ -542,4 +542,4 @@ export function customNote(time, letter, prevStep, w, colorArray, empty, funclol normal: funclol != undefined ? false : true } ]); -} \ No newline at end of file +}