1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-25 14:46:43 +00:00

south chart, and maybe note flicker?

This commit is contained in:
Cameron Taylor 2020-11-10 18:07:56 -08:00
parent 26c2b55af0
commit 325166d4f5
3 changed files with 7 additions and 1 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!

File diff suppressed because one or more lines are too long

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;