mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
Fully feature complete except for BPM changes and gimmicks
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user