south chart, and maybe note flicker?
This commit is contained in:
parent
4e04e5071b
commit
0a4273bd1a
@ -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/),
|
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).
|
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
|
## [0.2.1.2] - 2020-11-06
|
||||||
### Fixed
|
### 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!
|
- 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
@ -37,6 +37,8 @@ class Note extends FlxSprite
|
|||||||
isSustainNote = sustainNote;
|
isSustainNote = sustainNote;
|
||||||
|
|
||||||
x += 50;
|
x += 50;
|
||||||
|
// MAKE SURE ITS DEFINITELY OFF SCREEN?
|
||||||
|
y -= 2000;
|
||||||
this.strumTime = strumTime;
|
this.strumTime = strumTime;
|
||||||
|
|
||||||
this.noteData = noteData;
|
this.noteData = noteData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user