From 06715ff9cfdef4ba32768865d8f999e493f0c6c9 Mon Sep 17 00:00:00 2001 From: Jonathan Hager Date: Mon, 18 Sep 2023 20:13:28 +0200 Subject: [PATCH] test2 --- cropEntity.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cropEntity.sh b/cropEntity.sh index dd3450a..a2c53d5 100755 --- a/cropEntity.sh +++ b/cropEntity.sh @@ -1,6 +1,6 @@ #!/bin/bash -convertAnimation(){ +convertAnimationC(){ convert $1 +repage -crop 72x72 $1 } @@ -14,7 +14,7 @@ mv tmp-0.png walk.png mv tmp-1.png arbeiten.png mv tmp-2.png die.png -convertAnimation walk.png -convertAnimation arbeiten.png -convertAnimation die.png +convertAnimationC walk.png +convertAnimationC arbeiten.png +convertAnimationC die.png