fix typo
This commit is contained in:
parent
6f68c7a7a0
commit
f46bd23ae4
@ -19,7 +19,7 @@ FILENAMES = {
|
|||||||
MarkerAnimation.POOR : [f'h1{i:02}.png' for i in range(16)],
|
MarkerAnimation.POOR : [f'h1{i:02}.png' for i in range(16)],
|
||||||
MarkerAnimation.GOOD : [f'h2{i:02}.png' for i in range(16)],
|
MarkerAnimation.GOOD : [f'h2{i:02}.png' for i in range(16)],
|
||||||
MarkerAnimation.GREAT : [f'h3{i:02}.png' for i in range(16)],
|
MarkerAnimation.GREAT : [f'h3{i:02}.png' for i in range(16)],
|
||||||
MarkerAnimation.PEEARLYRFECT : [f'h4{i:02}.png' for i in range(16)],
|
MarkerAnimation.PERFECT : [f'h4{i:02}.png' for i in range(16)],
|
||||||
}
|
}
|
||||||
|
|
||||||
METADATA = {
|
METADATA = {
|
||||||
|
Loading…
Reference in New Issue
Block a user