yoel123 / godot-yoel-space-sim-game

a space sim/space combat 3d game made with godot
Other
6 stars 4 forks source link

player script target system fix #19

Open yoel123 opened 1 year ago

yoel123 commented 1 year ago

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.