diff options
Diffstat (limited to 'src/objs/player.lua')
| -rw-r--r-- | src/objs/player.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index caf2afd..66ea379 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -98,6 +98,8 @@ function new_player(x, y) add_comp(ent, "Speck_System") ent.speck_sys.interval = 0.05 + ent.speck_sys.spawn_amount_max = 10 + ent.speck_sys.lifetime_max = 0.6 ent.speck_sys.lifetime_min = 0.3 |
