Skip to content

Commit

Permalink
make outer dots hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedekorte committed Nov 14, 2013
1 parent 89e5260 commit d09c354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@
}
}
}
else
{
object.visible = false;
}


//object.scale.x = Math.sin(timer + a)*.4 + .4
Expand Down

0 comments on commit d09c354

Please sign in to comment.