Skip to content
Snippets Groups Projects
Commit 7dea8bbd authored by DarkGod's avatar DarkGod
Browse files

gplop

parent d9aa19f8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ base_size = 64
toback = false
can_shift = true
local run = true
return { generator = function()
local ad = rng.range(0, 360)
local a = math.rad(ad)
......@@ -47,7 +48,8 @@ return { generator = function()
}
end, },
function(self)
self.ps:emit(1)
if run then self.ps:emit(1) end
run = not run
end,
32,
"particles_images/apply_poison"..rng.range(1, 4)
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