Quality Glassware
A set of flask graphics assets for mods to use in Factorio.
This commit is contained in:
commit
8d9a16b307
564 changed files with 1079 additions and 0 deletions
5
resize.cmd
Normal file
5
resize.cmd
Normal 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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue