summaryrefslogtreecommitdiff
path: root/common/constants.lua
blob: af54a2476007cfce62839999e74671ee456b23fa (plain)
1
2
3
4
5
6
-- to avoid some circular dependencies
return {
	CHUNK_SIZE=64,
	-- radius
	PLAYER_SIZE=0.35,
}