forncl4ke Hi! I'm really sorry if this is obvious but I've been searching for a couple of days now with no luck. Basically what I want to do is make my player (a KinematicBody2D) report if it's touching an enemy (another KinematicBody2D). Thank you!
Vaiktorg if is_colliding: if get_collider() == "NodeType": or if its in a group: if get_collider().is_in_group("GroupName"):