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: fromScreen() and friends ignore global scale #325

Open
dragoncoder047 opened this issue Aug 5, 2024 · 0 comments · May be fixed by #436
Open

bug: fromScreen() and friends ignore global scale #325

dragoncoder047 opened this issue Aug 5, 2024 · 0 comments · May be fixed by #436
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dragoncoder047
Copy link
Contributor

put in kaplayground:

kaplay({
    scale: 3
});

const x = add([
    anchor("center"),
    circle(3),
    color(RED),
    pos(),
]);

getTreeRoot().use(pos());

onMouseMove(pos => {
    x.pos = getTreeRoot().fromScreen(pos);
});

red circle should be under cursor but it is not (it is exactly 3x farther away from (0, 0) than the mouse because scale is 3)

@dragoncoder047 dragoncoder047 added the bug Something isn't working label Aug 5, 2024
@lajbel lajbel self-assigned this Aug 21, 2024
@lajbel lajbel added this to the 3001 milestone Aug 22, 2024
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
Status: WIP
2 participants