#how to make a node dissappear when touch

1 messages · Page 1 of 1 (latest)

stoic urchin
#

for context im a beginner godot dev and im making a platformer and im making a collectable and i dont know how to make it dissappear

stone trout
#

the collision shape should be a child of the area2d, not the sprite

#

without a collision shape, the area2d can't detect anything entering it

covert saddle
#

Mhm. To add onto this, the yellow warning symbols next to the nodes will explain this problem if you hover over them.

stoic urchin