diff options
Diffstat (limited to 'src/objs/player.lua')
| -rw-r--r-- | src/objs/player.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index 4f05c3b..3f1e2aa 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -96,6 +96,13 @@ function new_player(x, y) add_comp(ent, "Player") add_comp(ent, "Speck_System") + ent.speck_sys.interval = 0.05 + + ent.speck_sys.lifetime_max = 0.6 + ent.speck_sys.lifetime_min = 0.3 + + ent.speck_sys.forcey = 1000 + ent.speck_sys.bounce = true add_comp(ent, "Body", x, y, 8, 14, { offsetx = -4, |
