Quality Glassware

A set of flask graphics assets for mods to use in Factorio.
This commit is contained in:
Hornwitser 2024-10-23 22:37:56 +02:00
commit 8d9a16b307
564 changed files with 1079 additions and 0 deletions

5
resize.cmd Normal file
View file

@ -0,0 +1,5 @@
@ECHO off
FOR /R src\graphics\technology %%F IN (*) DO (
ECHO graphics\technology\%%~nF%%~xF
magick "src\graphics\technology\%%~nF%%~xF" -unsharp 5x1+4 -resize "25%%" "src\graphics\icons\%%~nF%%~xF"
)