Fully feature complete except for BPM changes and gimmicks

This commit is contained in:
Valerio
2026-01-06 15:02:55 -05:00
parent 70ddafae02
commit 29ffccab57
4 changed files with 3721 additions and 33 deletions

View File

@@ -419,7 +419,7 @@ class Player:
###from libs.osz import OsuParser
def reset_chart(self):
#notes, self.branch_m, self.branch_e, self.branch_n = self.tja.notes_to_position(self.difficulty)
myparse = OsuParser(Path("./PNames.osu"))
myparse = OsuParser(Path("./Cirno.osu"))
notes = myparse.osu_NoteList
self.branch_m, self.branch_e, self.branch_n = [], [], []
self.play_notes, self.draw_note_list, self.draw_bar_list = deque(apply_modifiers(notes, self.modifiers)[0]), deque(apply_modifiers(notes, self.modifiers)[1]), deque(apply_modifiers(notes, self.modifiers)[2])