From d84f57cdee54d62fc2b99a2959bf8370490c90e6 Mon Sep 17 00:00:00 2001 From: HackDev <80620538+Hackx2@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:28:11 +0100 Subject: [PATCH] uhmmm --- assets/shared/images/HURTNOTE_assets.xml | 2 +- assets/shared/images/NOTE_assets.xml | 2 +- source/funkin/game/Init.hx | 2 +- source/funkin/game/objects/Note.hx | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) 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'); }