From a1528b5860074e29dfb6814193ff7c618caa7339 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 19 Mar 2026 19:55:33 -0400 Subject: add initial velocity to specks --- src/objs/player.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/objs/player.lua') 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 -- cgit v1.3-2-g0d8e