jaipack17 / Nature2D

A 2D physics engine for Roblox. Create versatile physics simulations and mechanics with GUIs!
https://jaipack17.github.io/Nature2D/
MIT License
147 stars 8 forks source link

:CreateCanvas() creating a canvas in the wrong position? #52

Open SnakeMcCloud opened 7 months ago

SnakeMcCloud commented 7 months ago

Description

When using :CreateCanvas(), targeting a frame of a specific size and position, and parenting RigidBodies to that frame, it positions the Canvas offset from the actual targeted size and position. Parenting RigidBodies to anything but this canvas causes errors. Not sure what the solve is.

So far I have