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

버그 수정 및 좋아요 토글 #170

Merged
merged 9 commits into from
Dec 8, 2022

Conversation

JJongBin
Copy link
Collaborator

@JJongBin JJongBin commented Dec 8, 2022

📕 제목

📗 작업 내용

구현 내용 및 작업 했던 내역

  • 방향 전환 에러 수정
  • phaser에 등록된 키 누를때 input에서 사용못하는 버그 수정
  • 좋아요 토글 서버 반영
  • 소켓 주소 변경

📘 PR 특이 사항

PR을 볼 때 주의깊게 봐야하거나 말하고 싶은 점

  • phaser에 등록된 키 누를때 input에서 사용못하는 버그 수정이 좀 미흡합니당

@JJongBin JJongBin added 프론트엔드 프론트엔드 버그 기능 기능 추가 labels Dec 8, 2022
@JJongBin JJongBin self-assigned this Dec 8, 2022

player.character.toggleFlipX();
player.hair.toggleFlipX();
player.dust.toggleFlipX();

player.direction = player.direction === 'left' ? 'right' : 'left';
player.direction = direction;
Copy link
Member

Choose a reason for hiding this comment

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

빠른 수정 👍

Copy link
Member

@ktmihs ktmihs left a comment

Choose a reason for hiding this comment

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

하루종일 수고하셨습니다😂

@ktmihs ktmihs merged commit f83c214 into boostcampwm-2022:develop Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 기능 추가 버그 프론트엔드 프론트엔드
Projects
Status: 🎄 Done
Development

Successfully merging this pull request may close these issues.

2 participants