How do I create a simple colored rectangle with physics?
I don't think that using a sprite makes sense here, since I need just one color. I am using a StaticBody2D which has a rectangular CollisionShape2D attached to it. Can I just color the CollisionShape2D somehow?
Thank you!