It looks like you're new here. If you want to get involved, click one of these buttons!
local mkr=Particles.new() mkr:addParticles{ {x=0,y=0,size=100,color=0xFFFFFF}, {x=0,y=0,size=70,color=0x4071B5}, } self:addChild(mkr) mkr:setPosition(120,120) |
Likes: SinisterSoft, MoKaLux, rrraptor, E1e5en