diff options
Diffstat (limited to 'src/objs/player.lua')
| -rw-r--r-- | src/objs/player.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index 58e5f3a..ec04204 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, 16, 16, { + add_comp(ent, "Body", x, y, 64, 64, { offsetx = -8, offsety = -8, layers = {}, |
