From 1d558bb9eb44f7707b5e729675330c7b23177b08 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 May 2016 00:05:35 -0400 Subject: white eraser less likely --- js/ui/nopaint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }, -- cgit v1.2.3-70-g09d2