Skip to content

Commit

Permalink
Updated april.toby to handle the new TurtleSpace semantics (1000x1000…
Browse files Browse the repository at this point in the history
… area).
  • Loading branch information
icculus committed Feb 8, 2007
1 parent 985925f commit 85bb45c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion programs/april.toby
Expand Up @@ -13,7 +13,10 @@ function flower() returns nothing

bob = 0

for i = 100 downto 10 step -5
// Original code before TurtleSpace was a scaled 1000x1000 area...
//for i = 100 downto 10 step -5

for i = 350 downto 35 step -17.5
bob = bob + direction

if (bob >= 12)
Expand Down

0 comments on commit 85bb45c

Please sign in to comment.