mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add modifiers
This commit is contained in:
@@ -391,8 +391,7 @@ class ScoreAnimator:
|
||||
if int(ret_val) == 0:
|
||||
if not (len(self.target_score) - self.digit_index) > (len(self.target_score)):
|
||||
return '0' * (len(self.target_score) - self.digit_index)
|
||||
else:
|
||||
return '0'
|
||||
return '0'
|
||||
return str(int(ret_val))
|
||||
|
||||
class HighScoreIndicator:
|
||||
|
||||
Reference in New Issue
Block a user