From 524dfedc7af90faa6544e1a1a3ad63a020c05e29 Mon Sep 17 00:00:00 2001 From: Jonathan Hager Date: Mon, 18 Sep 2023 20:12:33 +0200 Subject: [PATCH] test2 --- cropEntity.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cropEntity.sh b/cropEntity.sh index 43ba2eb..dd3450a 100755 --- a/cropEntity.sh +++ b/cropEntity.sh @@ -1,6 +1,6 @@ #!/bin/bash -convertAnimationB(){ +convertAnimation(){ 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 -convertAnimationB walk.png -convertAnimationB arbeiten.png -convertAnimationB die.png +convertAnimation walk.png +convertAnimation arbeiten.png +convertAnimation die.png