Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. function newmoon(moonnum)
  2.     for j=1,moonnum do
  3.         local moondistance = j / moonnum
  4.         moon(64,64,4,tt+moondistance,32,8,.2,3+j)
  5.     end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement