attempt to center grid
This commit is contained in:
parent
a45cc28d80
commit
dad39f0aa2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
let area = document.querySelector('#grid');
|
||||
let group = document.querySelector('#group');
|
||||
|
||||
let mpos = [0, 0];
|
||||
let mpos = [window.innerWidth / 2, window.innerHeight / 2];
|
||||
let translate = "";
|
||||
let width = 0;
|
||||
let height = 0;
|
||||
|
|
Loading…
Reference in a new issue