render bot name farther out

This commit is contained in:
evanpelle
2024-08-21 08:11:59 -07:00
parent d0f4f4d129
commit 3b9ccf49b1
3 changed files with 189 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export class NameRenderer {
isVisible(render: RenderInfo, min: Cell, max: Cell): boolean {
const ratio = (max.x - min.x) / Math.max(20, (render.boundingBox.max.x - render.boundingBox.min.x))
if (render.player.info().isBot) {
if (ratio > 15) {
if (ratio > 25) {
return false
}
} else {