Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Revert "ill revert this later lol"
Browse files Browse the repository at this point in the history
This reverts commit 13a4777.
  • Loading branch information
MaybeMaru committed Dec 10, 2023
1 parent 13a4777 commit 4ff512b
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 229 deletions.
Binary file modified assets/shared/images/skins/pixel/noteAssets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 0 additions & 135 deletions source/funkin/graphics/FlxRepeatSprite.hx

This file was deleted.

40 changes: 0 additions & 40 deletions source/funkin/graphics/SmartSprite.hx

This file was deleted.

4 changes: 4 additions & 0 deletions source/funkin/objects/NotesGroup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ class NotesGroup extends FlxGroup

unspawnNotes.sort(CoolUtil.sortByStrumTime);
events.sort(CoolUtil.sortByStrumTime);

var i:Int = 0;
while (i < unspawnNotes.length)
unspawnNotes[i++].__doDraw();

if (isPlayState) {
final notetypeScripts:Array<String> = ModdingUtil.getSubFolderScriptList('data/notetypes', [curSong]);
Expand Down
Loading

0 comments on commit 4ff512b

Please sign in to comment.