From 242a0b4e7deb356a0015fbf536158962ad2ea29c Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 25 Feb 2023 15:09:58 +0000 Subject: move player size to constants.lua; fix channel-related bug where player movement wasn't being recieved properly --- common/constants.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/constants.lua b/common/constants.lua index bf1bb7a..af54a24 100644 --- a/common/constants.lua +++ b/common/constants.lua @@ -1,4 +1,6 @@ -- to avoid some circular dependencies return { CHUNK_SIZE=64, + -- radius + PLAYER_SIZE=0.35, } -- cgit v1.2.3