add crop data

This commit is contained in:
Anthony Samms
2025-12-23 18:42:36 -05:00
parent b00a874e9c
commit 3c19f84489
2 changed files with 16 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ class DanGameScreen(GameScreen):
for branch in branch_n:
self.total_notes += sum(1 for note in branch.play_notes if note.type < 5)
song, genre_index, difficulty, level = songs[self.song_index]
self.total_notes //= 2
session_data.selected_difficulty = difficulty
self.init_tja(song.file_path)
self.color = session_data.dan_color