Godot Version
4.1
Question
What node type should I use for a player scene that is a simple 2D polygon, like a rectangle?
I’m making a retro ping-pong game, the player is a simple rectangle paddle whose visible shape should follow the underlying collision shape as closely as possible.
I’m currently using a Panel, but I think there could be something more fitting for this role.