Jungle-Team3-Olympus / Pixeller-react

화면단
0 stars 2 forks source link

유저 동기화 문제 #5

Open Digit24-dev opened 3 months ago

Digit24-dev commented 3 months ago

✨ Describe

  1. 새로운 유저가 접속했을 때, 다른 유저 보이지 않는 문제

✅ Tasks

🕰️ Estimated Time of Completion

1일

🙋🏻이슈 해결 보고서

OPlayer.ts 객체에서 moveTo 함수 내부의 Phaser의 Interpolation 함수인 tweens안의 duration 수식을 수정.

const duration = (distance / this.speed) * 10;

인수를 1000 -> 10 으로 위와 같이 수정.

wooseong-choi commented 2 months ago

아주좋아요