0 votes

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!

in Engine by (21 points)

1 Answer

+1 vote
Best answer

You can use a Polygon2D if you just need a solid-colored rectangle.

by (21,967 points)
selected by

That works just perfect. Thank you!

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.