south chart, and maybe note flicker?

This commit is contained in:
Cameron Taylor 2020-11-10 18:07:56 -08:00
parent aae3bf37e1
commit 33a92a0a87
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,10 @@ All notable changes will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Cleaned up some charting on South on hard mode
## [0.2.1.2] - 2020-11-06
### Fixed
- Story mode scores not properly resetting, leading to VERY inflated highscores on the leaderboards. This also requires me to clear the scores that are on the leaderboard right now, sorry!

View file

@ -37,6 +37,8 @@ class Note extends FlxSprite
isSustainNote = sustainNote;
x += 50;
// MAKE SURE ITS DEFINITELY OFF SCREEN?
y -= 2000;
this.strumTime = strumTime;
this.noteData = noteData;