high score manipulation

This commit is contained in:
Cameron Taylor
2020-12-04 12:32:35 -05:00
parent 96aac47c27
commit f393070e5c
4 changed files with 11 additions and 5 deletions

View File

@ -97,7 +97,8 @@ class ChartingState extends MusicBeatState
player1: 'bf',
player2: 'dad',
sectionLengths: [],
speed: 1
speed: 1,
validScore: false;
};
}