Skip to content

Commit c36c506

Browse files
authored
Update create-brushes to use compressed PNG files
1 parent e23a4e2 commit c36c506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procreate-brushes/create-brushes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from shutil import copyfile, make_archive
1010
from tempfile import TemporaryDirectory
1111
# Procreate brushes require an inverted image
1212

13-
indir = Path("../assets/png-uncompressed")
13+
indir = Path("../assets/png")
1414
outdir = Path("./build")
1515
template = Path("./template")
1616

0 commit comments

Comments
 (0)