diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:09:59 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:09:59 -0400 |
| commit | d0089ea0fde0b84d6418a21bab31e54d9f3fc70d (patch) | |
| tree | e35e034e028410fc386cbd6be0e98effe208290e | |
| parent | b0af6147efb90bcd17bbf4500eb1dfc44e36a5e4 (diff) | |
brush load
| -rw-r--r-- | js/ui/nopaint.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index 3cfc92a..4ba4e2a 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -422,6 +422,7 @@ var nopaint = (function(){ this.reorient( last_brush ) this.bg = random() < 0.2 ? colors.white : colors.black this.char = " " + brush.load( this ) this.resize(3,2) }, }) |
