aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-13 17:52:50 +0100
committerne_mene <[email protected]>2026-03-13 17:52:50 +0100
commitbc52ad3e36ecb0918eca17ea68a0dc54852a3392 (patch)
treebc3f47ab2619b08ba15fa593a625c9f4269e0b26 /src/objs/player.lua
parentc11b02ac27e68a218ea80826765cd1631e95e6d0 (diff)
player is fat, ha ha
Diffstat (limited to 'src/objs/player.lua')
-rw-r--r--src/objs/player.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua
index c046c7c..82c5ed5 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -59,7 +59,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 = {},