We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1da95 commit 0792131Copy full SHA for 0792131
game/games/asecondguy_connect/ai.gd
@@ -46,10 +46,10 @@ func _on_chip_spawn(new_chip: CHIPSCRIPT):
46
47
48
# 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)
+#func _draw():
+# var points := _curve.get_baked_points()
+# for i in range(points.size() - 1):
+# draw_line(points[i], points[i + 1], Color.red)
53
54
55
func _choose_goal():
0 commit comments