Removed old paddings

This commit is contained in:
Devine Lu Linvega
2019-04-22 10:09:42 +09:00
parent 931be9126d
commit 2b8ddbf764
8 changed files with 90 additions and 87 deletions

View File

@@ -117,7 +117,7 @@ function Dotgrid () {
}
this.getPadding = function () {
return { x: 60, y: 120 }
return { x: 60, y: 90 }
}
this.getWindowSize = function () {