diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2017-03-23 19:26:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 19:26:54 -0400 |
commit | c76dc2484ffb18a24ffd9dac51dce44b4e99ede3 (patch) | |
tree | 887f56bc3b2e8d8c1b8d3e12d61ab76ce322110e | |
parent | cfe8e4ecc3840a1b242542f0418b5b0b2d03b0a4 (diff) |
Fixed the ant.
was borked
-rw-r--r-- | js/ant.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ function resetPos() antPos[1] = height/2; stroke(255, 0, 0); point(antPos[0], antPos[1]); + running = false; } function drawCell(x, y) |