Skip to content
Snippets Groups Projects
Commit 1cfd4e55 authored by DarkGod's avatar DarkGod
Browse files

plap

parent e32005b7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
-- Advanced shaders
--------------------------------------------------------------------------------------
if core.shader.active(4) then
use_shader = {type="fireball"}
use_shader = {type="fireball", trail_length=trail_length or 1}
base_size = 64
size_factor = size_factor or 1
......
......@@ -25,6 +25,6 @@ return {
projectile_time_factor = time_factor or 2000,
explosion_time_factor = explosion_time_factor or 1000,
is_exploding = 0,
trail_length = 1.0,
trail_length = trail_length or 1.0,
},
}
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