the first step will be to refactor "point_to_target()" in "player.gd" file to two functions, one for getting the target (searching for a target) and one for the pointer.
another thing is creating a the GUI to display the target name and stats.
adding a way to alternate between targets, like one button to go to the next target and one for previous target.
also make sure the target is from team 2 or not from the players team.
the first step will be to refactor "point_to_target()" in "player.gd" file to two functions, one for getting the target (searching for a target) and one for the pointer.
another thing is creating a the GUI to display the target name and stats.
adding a way to alternate between targets, like one button to go to the next target and one for previous target.
also make sure the target is from team 2 or not from the players team.