From 43fd077b27061d7315962ce06afda8bb0c4bdd9d Mon Sep 17 00:00:00 2001 From: devxb Date: Sun, 12 May 2024 14:49:09 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20FISH=5FMAN=EC=9D=98=20=ED=94=BD?= =?UTF-8?q?=EC=85=80=20=ED=80=84=EB=A6=AC=ED=8B=B0=EB=A5=BC=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80=EC=8B=9C=ED=82=A8=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/persona/animal/fishman.svg | 70 +++++++++---------- 1 file changed, 32 insertions(+), 38 deletions(-) diff --git a/src/main/resources/persona/animal/fishman.svg b/src/main/resources/persona/animal/fishman.svg index 63f6ff5..eed8981 100644 --- a/src/main/resources/persona/animal/fishman.svg +++ b/src/main/resources/persona/animal/fishman.svg @@ -4,37 +4,37 @@ @keyframes fishman-*{id}-hand-move { 0% { - transform: translate(2px, 8px) rotate(-10deg); + transform: translate(2px, 3px) rotate(-10deg); } 50% { - transform: translate(2px, 8px) rotate(10deg); + transform: translate(2px, 3px) rotate(10deg); } 100% { - transform: translate(2px, 8px) rotate(-10deg); + transform: translate(2px, 3px) rotate(-10deg); } } @keyframes fishman-*{id}-leg-left-move { 0% { - transform: translate(3px, 18px); + transform: translate(3px, 13px); } 50% { - transform: translate(3px, 18px) rotate(10deg); + transform: translate(3px, 13px) rotate(10deg); } 100% { - transform: translate(3px, 18px); + transform: translate(3px, 13px); } } @keyframes fishman-*{id}-leg-right-move { 0% { - transform: translate(6px, 18px); + transform: translate(6px, 13px); } 50% { - transform: translate(6px, 18px) rotate(-10deg); + transform: translate(6px, 13px) rotate(-10deg); } 100% { - transform: translate(6px, 18px); + transform: translate(6px, 13px); } } @@ -100,7 +100,7 @@ - @@ -120,7 +120,7 @@ - + @@ -130,7 +130,7 @@ - + - + @@ -153,7 +153,7 @@ fill-opacity="0.1"/> - + @@ -163,7 +163,7 @@ fill-opacity="0.1"/> - + @@ -173,25 +173,25 @@ fill-opacity="0.1"/> - + - + - - + + - - - - + + + + - + @@ -217,25 +217,19 @@ - - - - - + + + + + - + - + @@ -250,7 +244,7 @@ - + Date: Sun, 12 May 2024 14:49:59 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20Default=20persona=EB=A5=BC=20FISH?= =?UTF-8?q?=5FMAN=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ENGLISH.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ENGLISH.md b/ENGLISH.md index 0ff1f14..970b78a 100644 --- a/ENGLISH.md +++ b/ENGLISH.md @@ -9,7 +9,7 @@
- + ⭐️ Please press the star! It greatly helps development! ⭐️
diff --git a/README.md b/README.md index fee9ac6..8681a2a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- + ⭐스타를 눌러주세요 개발에 큰 도움이 됩니다!⭐️