aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-20 14:50:49 +0100
committerne_mene <[email protected]>2026-03-20 14:50:49 +0100
commitb5710b0a3845528cdf2cedb046bbaa88ae25de50 (patch)
treea8947fa9e09f12f8cabe3ebb8d18a70abd409f2e /src/objs/player.lua
parentf052b00bd2658dafd4d61209e9fa3e8b328126f0 (diff)
particle spread
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