diff options
Diffstat (limited to 'src/character.cpp')
| -rw-r--r-- | src/character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index 80bfaf8b..ca7803cf 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -54,7 +54,7 @@ constexpr auto arrows_to_dir(bool L, bool R, bool U, bool D) character::character(std::uint64_t id, struct chunk& c, entity_type type) : entity{id, c, type} { atlas = loader.anim_atlas("npc-walk", loader.ANIM_PATH); - bbox_size = {12, 12}; + bbox_size = Vector2ub(iTILE_SIZE2/2); } character::~character() = default; |
