diff options
| -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) }, |
