Y-wing update, target validation and tabbycode testing

This commit is contained in:
zerothelootrat
2024-07-06 04:58:09 -04:00
parent d2dc132952
commit ded7b514b7
2 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,10 @@ func aim_turret(delta):
target_area = target_pos
func fire_turret(location,firing_solution,target_area):
get_tree().current_scene.firey_wingturret(location,firing_solution,target_area)
var test = $Turret/target_confirm.to_global(Vector2(0,0))
#print(str(location))
#print(str(firing_solution))
#print(str(target_area))