diff --git a/Mobile/Sketchy-1.2.zip b/Mobile/Sketchy-1.2.zip new file mode 100644 index 0000000..f5ef964 Binary files /dev/null and b/Mobile/Sketchy-1.2.zip differ diff --git a/README.css b/Mobile/index.css similarity index 100% rename from README.css rename to Mobile/index.css diff --git a/Mobile/index.html b/Mobile/index.html index 032be93..f7628c0 100755 --- a/Mobile/index.html +++ b/Mobile/index.html @@ -60,11 +60,11 @@ -

Fur Length20

+

Fur Length50

- - + +
diff --git a/Mobile/js/main.js b/Mobile/js/main.js index 738138b..8ec8643 100755 --- a/Mobile/js/main.js +++ b/Mobile/js/main.js @@ -14,7 +14,7 @@ $(document).ready(function() { type: 'sketch', lineCap: 'round', lineJoin: 'round', - furLength: 5, + furLength: 50, connectTelorance: 40, composite: 'source-over', shape: 'circle', diff --git a/Web/index.html b/Web/index.html index ee40d93..011c00a 100755 --- a/Web/index.html +++ b/Web/index.html @@ -62,11 +62,11 @@ -

Fur Length20

+

Fur Length50

- - + +
diff --git a/Web/js/main.js b/Web/js/main.js index 0b9ef86..670b1ad 100755 --- a/Web/js/main.js +++ b/Web/js/main.js @@ -15,7 +15,7 @@ $(document).ready(function() { type: 'sketch', lineCap: 'round', lineJoin: 'round', - furLength: 5, + furLength: 50, connectTelorance: 40, composite: 'source-over', shape: 'circle', diff --git a/changelog.css b/changelog.css deleted file mode 100644 index e69de29..0000000