Skip to content

Commit 57d8a2a

Browse files
authored
Increase radar font size
1 parent be58e82 commit 57d8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/assets/js/hud/Radar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class Radar {
5050

5151
this.#mapCenter = Math.round(mapSize.radarImgBoundary / 2)
5252
this.#scale = Math.round(canvas.width / mapSize.radarImgBoundary * 1000) / 1000
53-
this.#scaleFont = Math.ceil(this.#scale * 20)
53+
this.#scaleFont = Math.ceil(this.#scale * 30)
5454
}
5555

5656
setZoom(zoom, keepCentered) {

0 commit comments

Comments
 (0)