Compare commits

..

No commits in common. '56fea55b72c83e8af3f59b2d0817984814a1b43f' and '10eb63dbcc967a60c67de971026b413faa24f43c' have entirely different histories.

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
convertAnimationC(){ convertAnimation(){
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
convertAnimationC walk.png convertAnimation walk.png
convertAnimationC arbeiten.png convertAnimation arbeiten.png
convertAnimationC die.png convertAnimation die.png

Loading…
Cancel
Save