diff --git a/config.default.json b/config.default.json index 4669171..e6d82ed 100644 --- a/config.default.json +++ b/config.default.json @@ -287,13 +287,13 @@ "x": { "absolute": true, "position": 0, - "offset": "Math.random()*imgWidth", + "offset": "Math.random()*(imgWidth - 123/5)", "size": "123*5" }, "y": { "absolute": true, "position": 0, - "offset": "Math.random()*imgHeight", + "offset": "Math.random()*(imgHeight - 130/5)", "size": "130*5" } }