Jonathan Hager 2 years ago
parent 10eb63dbcc
commit 06715ff9cf
Signed by: JonathanHager
GPG Key ID: 34881E488569708C

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
convertAnimation(){ convertAnimationC(){
convert $1 +repage -crop 72x72 $1 convert $1 +repage -crop 72x72 $1
} }
@ -14,7 +14,7 @@ mv tmp-0.png walk.png
mv tmp-1.png arbeiten.png mv tmp-1.png arbeiten.png
mv tmp-2.png die.png mv tmp-2.png die.png
convertAnimation walk.png convertAnimationC walk.png
convertAnimation arbeiten.png convertAnimationC arbeiten.png
convertAnimation die.png convertAnimationC die.png

Loading…
Cancel
Save