GODOT Groups Demostration using a working example.

Опубликовано: 14 Март 2026
на канале: Rungeon
4,005
123

Discord server :   / discord  
Appreciated never expected : https://www.buymeacoffee.com/rungeon
Twitch stream :   / ste_makesgames  

Using a working example, I will show you two methods to use groups, Method 1 : Area2ds in groups "hurt_player" will kill player, using .is_in_group("hurt_player")

Method 2 : How to search the tree for a player node, using get_tree().get_nodes_in_group("player").