Skip to content
Snippets Groups Projects
Commit 3db7fb8e authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@3142 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7bac0e6b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ dir = math.rad(110)
return { generator = function()
local x, y = rng.range(-width/2, width), rng.range(-height/2, height)
local vel = rng.float(60, 120)
local dir = dir + math.rad(rng.float(-7, 7))
local dir = dir + math.rad(rng.float(-5, 5))
return {
trail = 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment