Skip to content

Commit 0792131

Browse files
authored
remove debug line
1 parent ce1da95 commit 0792131

File tree

1 file changed

+4
-4
lines changed
  • game/games/asecondguy_connect

1 file changed

+4
-4
lines changed

game/games/asecondguy_connect/ai.gd

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ func _on_chip_spawn(new_chip: CHIPSCRIPT):
4646

4747

4848
# drawing the path for debugging
49-
func _draw():
50-
var points := _curve.get_baked_points()
51-
for i in range(points.size() - 1):
52-
draw_line(points[i], points[i + 1], Color.red)
49+
#func _draw():
50+
# var points := _curve.get_baked_points()
51+
# for i in range(points.size() - 1):
52+
# draw_line(points[i], points[i + 1], Color.red)
5353

5454

5555
func _choose_goal():

0 commit comments

Comments
 (0)