From e08468dd6ebe3ac03f60758bfe19131c761607c4 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 22 Mar 2016 16:28:49 -0400 Subject: [PATCH] working on label placement --- web/chunkymap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/chunkymap.php b/web/chunkymap.php index d562d95..b39e66b 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -715,7 +715,7 @@ function echo_chunkymap_canvas($show_player_names_enable, $decachunks_enable, $c //} if (powered_by_label!=null) { //powered_by_label.y = ctx.canvas.height-size_1em_pixel_count; - powered_by_label.y = size_1em_pixel_count/4; + powered_by_label.y = size_1em_pixel_count/2; } font_string = Math.round(size_1em_pixel_count)+"px Calibri"; size_1pt_pixel_count = size_1em_pixel_count/16;