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
Updating a parent's position does not update area shape position
4000.0.0-alpha.16
example:
kaplay(); debug.inspect = true; const container = add([pos(center())]); const shape = container.add([area(), rect(20,20)]); wait(1, () => { container.moveTo(vec2(10,10)) });
In previous versions, area component gets position updated relative to its parent, test same code in stable version 3000 to see.
The text was updated successfully, but these errors were encountered:
is it something like this? #523 if so this might be a duplicate, but i think it actually describes the issue very well
Sorry, something went wrong.
Yes, I do believe that this is a duplicate. Overall area comp no longer get's updated when a parent is.
could you please please post what you posted here on that issue and reclose this one as duplicate rather than completed
No branches or pull requests
Describe the bug
Updating a parent's position does not update area shape position
Version
What version are you running?
4000.0.0-alpha.16
To Reproduce
Steps to reproduce the behavior:
example:
Expected behavior
In previous versions, area component gets position updated relative to its parent, test same code in stable version 3000 to see.
The text was updated successfully, but these errors were encountered: