1
0
Fork 0

refactor: rename procedure hitcircles -> circles

This commit is contained in:
Kim, Jimin 2023-03-05 12:13:48 +09:00
parent f97dfefaf5
commit 8c8dc00915
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ opacity = 1.0
def parse_approachcircle():
img = Image.open("src/procedures/hitcircles/approachcircle.png")
img = Image.open("src/procedures/circles/approachcircle.png")
if opacity >= 1.0:
img = img.convert("RGBA")
@ -26,9 +26,9 @@ def parse_followpoint():
def parse_hitcircles():
copyfile("src/procedures/hitcircles/hitcircle.png", "dist/hitcircle@2x.png")
copyfile("src/procedures/circles/hitcircle.png", "dist/hitcircle@2x.png")
copyfile(
"src/procedures/hitcircles/hitcircleoverlay.png",
"src/procedures/circles/hitcircleoverlay.png",
"dist/hitcircleoverlay@2x.png",
)

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before After
Before After