Skip to content

Commit

Permalink
fix: 이목구비 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Aug 14, 2024
1 parent 14e8134 commit 92ae00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/constants/CasperCustom/casper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const CASPER_MOUTH_SIZE = {
},
[MOUTH_OPTION.MOCKING]: {
WIDTH: 170,
TOP: 90,
TOP: 94,
},
[MOUTH_OPTION.SMILE]: {
WIDTH: 170,
Expand All @@ -360,7 +360,7 @@ export const CASPER_MOUTH_SIZE = {
},
[MOUTH_OPTION.MOCKING]: {
WIDTH: 126,
TOP: 59,
TOP: 60,
},
[MOUTH_OPTION.SMILE]: {
WIDTH: 128,
Expand Down

0 comments on commit 92ae00d

Please sign in to comment.