diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:15:40 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:15:40 -0400 |
| commit | 7e1a5832f8154a7f078d4f69a39eeb470ac09f9a (patch) | |
| tree | 9eec585a212936470087bc1f3ba0a08552ec6019 /js/ui | |
| parent | afa23bd27edd7bfeb16b4cc02761cd959ba8323d (diff) | |
adjust
Diffstat (limited to 'js/ui')
| -rw-r--r-- | js/ui/nopaint.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index 2079bfc..bfe099b 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -234,11 +234,12 @@ var nopaint = (function(){ switch (nopaint.tool.name) { case "rotate": case "scale": - np = 0.2 + if (steps < randrange(2,4)) return + np = 0.1 pp = 0.2 break default: - np = 0.3 + np = 0.2 pp = 0.2 } } |
