From 442e6282d1bf824260cc132e874ab66623cf447c Mon Sep 17 00:00:00 2001 From: ne_mene Date: Fri, 20 Mar 2026 20:18:15 +0100 Subject: shapes tested --- src/objs/player.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/objs') diff --git a/src/objs/player.lua b/src/objs/player.lua index 66ea379..0ce14e2 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -110,6 +110,10 @@ function new_player(x, y) ent.speck_sys.forcey = 1000 ent.speck_sys.bounce = true + ent.speck_sys.spawn_shape = speck_shape_rectangle + ent.speck_sys.spawn_width = 100 + ent.speck_sys.spawn_height = 100 + add_comp(ent, "Body", x, y, 8, 14, { offsetx = -4, offsety = -6, -- cgit v1.3-2-g0d8e