mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
minor bug fixes
This commit is contained in:
@@ -36,6 +36,12 @@ def read_tjap3_score(input_file: Path):
|
||||
int(score_ini['HiScore.Drums']['Clear2']),
|
||||
int(score_ini['HiScore.Drums']['Clear3']),
|
||||
int(score_ini['HiScore.Drums']['Clear4'])]
|
||||
if score_ini['HiScore.Drums']['PerfectRange'] != 25:
|
||||
return [0],[0]
|
||||
if score_ini['HiScore.Drums']['GoodRange'] != 75:
|
||||
return [0],[0]
|
||||
if score_ini['HiScore.Drums']['PoorRange'] != 108:
|
||||
return [0],[0]
|
||||
return scores, clears
|
||||
|
||||
def build_song_hashes(output_dir=Path("cache")):
|
||||
|
||||
Reference in New Issue
Block a user