Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 캐릭터 이미지, 맵, 캐릭터 위치 조정 및 채팅관련 스타일 수정 #72

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

leehyeonseop
Copy link
Collaborator

개요

작업 사항

  • 안쓰던 queryProvider 삭제
  • 공백일때 채팅 안보내지게 처리 및 노션에 적어두었던 스타일 관련 사항 수정
  • 캐릭터 이미지 크기 2배로 수정 및 로드시 사이즈 수정
  • 화면 해상도에따라 맵, 캐릭터 중앙이 다르던 부분 수정

리뷰 요청 사항

@leehyeonseop leehyeonseop added the client frontend label Feb 3, 2025
@leehyeonseop leehyeonseop self-assigned this Feb 3, 2025
Copy link
Collaborator

@etoile-j etoile-j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

맵도 화면 너비에 따라 중앙에 오나요?? 제가 땡겨서 해봤는데 안 돼서..
그리고 맵과 캐릭터 위치가 어긋?났어요?
스크린샷 2025-02-04 오후 5 10 23

frameWidth: 16,
frameHeight: 16,
frameWidth: 32,
frameHeight: 32,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지 화질 때문에 여기선 32px로 넣고 setDisplaySize로 16px로 보여지게 하는 건가요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants