From 6d5e3252b51b096f88945cdb77f46d1128801d1f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 13 Mar 2026 18:32:52 -0400 Subject: Fix collision resolution at low fps --- src/objs/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objs/player.lua') diff --git a/src/objs/player.lua b/src/objs/player.lua index ec04204..58e5f3a 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -23,7 +23,7 @@ end function new_player(x, y) local ent = new_entity() - add_comp(ent, "Body", x, y, 64, 64, { + add_comp(ent, "Body", x, y, 16, 16, { offsetx = -8, offsety = -8, layers = {}, -- cgit v1.3-2-g0d8e