diff --git a/assets/shared/images/HURTNOTE_assets.xml b/assets/shared/images/HURTNOTE_assets.xml index c878180..e950167 100644 --- a/assets/shared/images/HURTNOTE_assets.xml +++ b/assets/shared/images/HURTNOTE_assets.xml @@ -9,7 +9,7 @@ - + diff --git a/assets/shared/images/NOTE_assets.xml b/assets/shared/images/NOTE_assets.xml index 1922c16..a42fc8c 100644 --- a/assets/shared/images/NOTE_assets.xml +++ b/assets/shared/images/NOTE_assets.xml @@ -44,7 +44,7 @@ - + diff --git a/source/funkin/game/Init.hx b/source/funkin/game/Init.hx index a48caa7..38216d8 100644 --- a/source/funkin/game/Init.hx +++ b/source/funkin/game/Init.hx @@ -35,7 +35,7 @@ class Init extends flixel.FlxState FlxG.switchState(new TitleState()); } - private inline function init():Void { + private function init():Void { if (FlxG.save.data != null && FlxG.save.data.fullscreen) FlxG.fullscreen = FlxG.save.data.fullscreen; if (FlxG.save.data.weekCompleted != null) diff --git a/source/funkin/game/objects/Note.hx b/source/funkin/game/objects/Note.hx index 18ab89a..cb21776 100644 --- a/source/funkin/game/objects/Note.hx +++ b/source/funkin/game/objects/Note.hx @@ -330,7 +330,6 @@ class Note extends FlxSprite if (isSustainNote) { - animation.addByPrefix('purpleholdend', 'purple end hold'); // ????? animation.addByPrefix(colArray[noteData] + 'holdend', colArray[noteData] + ' hold end'); animation.addByPrefix(colArray[noteData] + 'hold', colArray[noteData] + ' hold piece'); }