diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:05:35 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:05:35 -0400 |
| commit | 1d558bb9eb44f7707b5e729675330c7b23177b08 (patch) | |
| tree | e072c4e278e184784452e973e68faa637861b23a | |
| parent | 14dac548611ee993b80f1e1f8a041a0eb8ce93b6 (diff) | |
white eraser less likely
| -rw-r--r-- | js/ui/nopaint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index 4747c6e..18ae556 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -417,7 +417,7 @@ var nopaint = (function(){ reset: function( last_brush ){ this.opt.max_radius = randrange(8, 20) this.reorient( last_brush ) - this.bg = random() < 0.5 ? colors.white : colors.black + this.bg = random() < 0.2 ? colors.white : colors.black this.char = " " this.resize(3,2) }, |
