Add a new dead_body sprite for things that are dead but you can't loot them.
This commit is contained in:
parent
0d889cd0ff
commit
97fe02d99d
43 changed files with 11 additions and 6 deletions
|
@ -9,8 +9,8 @@ Param (
|
|||
cp $InFile temp.png
|
||||
# magick temp.png -colors $Colors -quantize sRGB -dither FloydSteinberg color.png
|
||||
|
||||
magick temp.png -posterize $Colors -quantize sRGB -dither FloydSteinberg color.png
|
||||
magick temp.png -posterize $Colors -quantize sRGB -dither FloydSteinberg poster.png
|
||||
|
||||
bash ./scripts/magick/pixelize -s $Pixel -m 2 color.png pixels.png
|
||||
bash ./scripts/magick/pixelize -s $Pixel -m 2 poster.png pixels.png
|
||||
|
||||
magick.exe pixels.png -interpolate nearest -interpolative-resize $Size $OutFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue