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

[BUG] vote result scoreContainer가 wrapup안되고 남음 #284

Open
ramram1048 opened this issue Dec 17, 2020 · 0 comments
Open

[BUG] vote result scoreContainer가 wrapup안되고 남음 #284

ramram1048 opened this issue Dec 17, 2020 · 0 comments
Assignees
Labels
bug 💩 Something isn't working
Milestone

Comments

@ramram1048
Copy link
Collaborator

// src/frontend/scenes/voteResult/render.js
const scoreContainer = new GameObject({
  position: [cardX, cardY + DIFF_Y_POSITION_SCORE],
  origin: ORIGIN_SCORE,
});
scoreContainer.addClass('score-wrapper');
scoreContainer.attachToRoot();
return {
  ...prev,
  [cardID]: {
    stampContainer,
    nameContainer,
    scoreContainer,
  },
};

얘가 scene 넘어갈때 wrapup안되고 남습니다.

@ramram1048 ramram1048 added the bug 💩 Something isn't working label Dec 17, 2020
@ramram1048 ramram1048 added this to the 5주차 milestone Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 💩 Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants