aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-20 20:18:15 +0100
committerne_mene <[email protected]>2026-03-20 20:18:15 +0100
commit442e6282d1bf824260cc132e874ab66623cf447c (patch)
treebec74fb661036af6acbe148e90dd280ce4ae4de1
parenta18546961d3d00548b8e7e30125d72f932ee8623 (diff)
shapes tested
-rw-r--r--src/objs/player.lua4
1 files changed, 4 insertions, 0 deletions
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,