mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Merge branch 'rewrite/master' of https://github.com/ninjamuffin99/Funkin-secret into rewrite/master
This commit is contained in:
commit
a129e6219d
2 changed files with 3 additions and 1 deletions
|
@ -100,6 +100,8 @@ class PreciseInputManager extends FlxKeyManager<FlxKey, PreciseInputList>
|
|||
_dirReleaseTimestamps = new Map<NoteDirection, Int64>();
|
||||
|
||||
// Keyboard
|
||||
FlxG.stage.removeEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
|
||||
FlxG.stage.removeEventListener(KeyboardEvent.KEY_UP, onKeyUp);
|
||||
FlxG.stage.application.window.onKeyDownPrecise.add(handleKeyDown);
|
||||
FlxG.stage.application.window.onKeyUpPrecise.add(handleKeyUp);
|
||||
|
||||
|
|
|
@ -2443,7 +2443,7 @@ class PlayState extends MusicBeatSubState
|
|||
{
|
||||
NGio.unlockMedal(60961);
|
||||
|
||||
var data:SaveScoreData =
|
||||
var data =
|
||||
{
|
||||
score: PlayStatePlaylist.campaignScore,
|
||||
tallies:
|
||||
|
|
Loading…
Reference in a new issue