Update files

This commit is contained in:
wagiminator
2020-09-05 16:54:36 +02:00
parent 2de6ab7c24
commit 930296069e
146 changed files with 2424 additions and 5897 deletions

View File

@@ -0,0 +1,6 @@
@echo off
for %%s in (<EFBFBD><EFBFBD><EFBFBD><EFBFBD>\*.png) do (
echo %%s
java -jar compressor2.0.jar %%s -anp %%s >>bitmaps.h
)
pause