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, 3 insertions, 0 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua
index 3f1e2aa..4a12334 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -101,6 +101,9 @@ function new_player(x, y)
ent.speck_sys.lifetime_max = 0.6
ent.speck_sys.lifetime_min = 0.3
+ ent.speck_sys.initial_velx = 100
+ ent.speck_sys.initial_vely = -75
+
ent.speck_sys.forcey = 1000
ent.speck_sys.bounce = true