nametags range 40

This commit is contained in:
hydrant
2021-04-05 00:37:45 +02:00
parent 9809085678
commit e30f8710d6

View File

@@ -2,7 +2,7 @@
import game from ".."; import game from "..";
const maxDistance = 25 * 25; const maxDistance = 40 * 40;
const width = 0.03; const width = 0.03;
const height = 0.0065; const height = 0.0065;
const border = 0.001; const border = 0.001;