We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
lajbel
Successfully merging a pull request may close this issue.
put in kaplayground:
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)
The text was updated successfully, but these errors were encountered: