aboutsummaryrefslogtreecommitdiff
path: root/src/objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs')
-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,