#Mario like question block not working (area2d)

9 messages · Page 1 of 1 (latest)

delicate shuttle
#

i needed to test mario hitting the block, so yeah, for some reason the area 2d node isnt picking it up

#

same thing happens without 'if is_in_group("player")'

nova wave
#

usually your player is a characterbody tho, and you need to use the body_entered signal instead

#

you can also move your print up a line so it will print if the signal triggers, not only if it found the node in the group

#

to make sure it triggers at all

delicate shuttle
#

Thanks

#

Still doesn't work, it says its hit without it being so

#

It also still doesn't print hit when block is hit