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