I’ve been trying to make a card game and decided to use Path2D for a nice curve of the cards, however, this happens.

its because the anchor point of these frames is set to 0,0 by default. so its using the top left corner to dictate where to place it. instead you would want to switch the anchor point of the frames to 0.5,0.5
tysm man, it really helped a bunch ![]()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.