Simplify Worm Farm example.

This commit is contained in:
Jonathan Puckey 2011-05-06 17:38:01 +01:00
parent 020ab4e8bb
commit 314619e0a3

View file

@ -73,7 +73,7 @@
worm.insert(1, bottom);
// make a new line path from top to bottom
var line = new Path.Line(top, bottom);
new Path(top, bottom);
// This is the point at the front of the worm:
worm.firstSegment.point = event.point;