aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs/player.lua')
-rw-r--r--src/objs/player.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua
index 4a12334..caf2afd 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -102,7 +102,8 @@ function new_player(x, y)
ent.speck_sys.lifetime_min = 0.3
ent.speck_sys.initial_velx = 100
- ent.speck_sys.initial_vely = -75
+ ent.speck_sys.initial_vely = 0
+ ent.speck_sys.spread = 360
ent.speck_sys.forcey = 1000
ent.speck_sys.bounce = true