summaryrefslogtreecommitdiff
path: root/js/ui
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-05-12 00:05:35 -0400
committerJules Laplace <jules@okfoc.us>2016-05-12 00:05:35 -0400
commit1d558bb9eb44f7707b5e729675330c7b23177b08 (patch)
treee072c4e278e184784452e973e68faa637861b23a /js/ui
parent14dac548611ee993b80f1e1f8a041a0eb8ce93b6 (diff)
white eraser less likely
Diffstat (limited to 'js/ui')
-rw-r--r--js/ui/nopaint.js2
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)
},