refactor: rename procedure hitcircles -> circles
This commit is contained in:
parent
f97dfefaf5
commit
8c8dc00915
4 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
)
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Add table
Add a link
Reference in a new issue