We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be58e82 commit 57d8a2aCopy full SHA for 57d8a2a
www/assets/js/hud/Radar.js
@@ -50,7 +50,7 @@ export class Radar {
50
51
this.#mapCenter = Math.round(mapSize.radarImgBoundary / 2)
52
this.#scale = Math.round(canvas.width / mapSize.radarImgBoundary * 1000) / 1000
53
- this.#scaleFont = Math.ceil(this.#scale * 20)
+ this.#scaleFont = Math.ceil(this.#scale * 30)
54
}
55
56
setZoom(zoom, keepCentered) {
0 commit comments