Area2D is just a small dot and i cant scale it

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Zync

Hi. ive added a Area2D node to my game. it is supposed to Swtich to another level. but when i place it in my scene i only see a red/orange dot and i cant scale it…

Here is a picture!

:bust_in_silhouette: Reply From: kidscancode

You have to add a collision shape in order to define the Area2D’s region. Add a CollisionShape2D child and set a shape.

Thanks Alot! it worked!

Zync | 2019-06-05 18:51