From 53c87aa75068a0a9dee828ad8443a1b7477a6c34 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 23 Jan 2017 16:58:25 -0700 Subject: [PATCH] Removed the red background from dotgrid template --- scripts/modules/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/modules/help.js b/scripts/modules/help.js index de9cea6..de5539a 100644 --- a/scripts/modules/help.js +++ b/scripts/modules/help.js @@ -108,8 +108,8 @@ function Help(rune) html += pad("Darken",20)+"# 640x360 ; / ../assets/photo.jpg 640x 0,0 ; % balance #333333\n"; html += pad("Desaturate",20)+"# 640x360 ; / ../assets/photo.jpg 640x 0,0 ; % saturation #333333\n"; - html += "\nCanvases\n"; - html += pad("Dot-Grid",20)+"# 300x300; # layer=background ; # #ff0000 ; . 15x15 4,4 ; # layer=main\n"; + html += "\nCanvas\n"; + html += pad("Dot-Grid",20)+"# 300x300; # layer=background ; # #A1A1A1 ; . 15x15 4,4 ; # layer=main\n"; html += ""; return html;