Reduce label distance for tile letters.
This commit is contained in:
parent
2d887aa48f
commit
dc6a528957
@ -609,7 +609,7 @@ const INTERFACE = {
|
|||||||
ctx.textAlign = "center";
|
ctx.textAlign = "center";
|
||||||
for(let i = 0; i < 5; ++i) {
|
for(let i = 0; i < 5; ++i) {
|
||||||
let x = basis_x + (1.5 * radius * i);
|
let x = basis_x + (1.5 * radius * i);
|
||||||
let y = basis_y + (gui_scale * (1.15 + i));
|
let y = basis_y + (gui_scale * (1.1 + i));
|
||||||
ctx.fillText(letters[i], x, y);
|
ctx.fillText(letters[i], x, y);
|
||||||
}
|
}
|
||||||
for(let i = 0; i < 4; ++i) {
|
for(let i = 0; i < 4; ++i) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user