Bolodefchoco_LUAXML

[Pedido] Coração

Aug 15th, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. for t=0,2*math.pi,0.05 do
  2.     x=(16*math.sin(t)^3)*10+400
  3.     y=(13*math.cos(t)-5*math.cos(2*t)-2*math.cos(3*t)-math.cos(4*t))*10+200
  4.     y=400-y
  5.     tfm.exec.addShamanObject(0,x,y)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment