PM
Size: a a a
PM
PM
import { basesize } from './config.js';
export let unit = {};
let left_coord;
let top_coord;
let size;
const us_basesize = basesize.subscribe(value => {
size = value;
});
left_coord = unit.location.x * (size + 1);
top_coord = unit.location.y * (size + 1);
PM
PM
ИК
PM
PM
$: left_coord = unit.location.x * (size + 1);
$: top_coord = unit.location.y * (size + 1);
PM
PM
DB
PM
PM
DB
ИК
AS
AS
AS
ИК
NA
PM