Removed the red background from dotgrid template

This commit is contained in:
Devine Lu Linvega 2017-01-23 16:58:25 -07:00
parent d4784f08e7
commit 53c87aa750

View File

@ -108,8 +108,8 @@ function Help(rune)
html += pad("Darken",20)+"# 640x360 ; / ../assets/photo.jpg 640x 0,0 ; % balance #333333\n"; 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 += pad("Desaturate",20)+"# 640x360 ; / ../assets/photo.jpg 640x 0,0 ; % saturation #333333\n";
html += "\nCanvases\n"; html += "\nCanvas\n";
html += pad("Dot-Grid",20)+"# 300x300; # layer=background ; # #ff0000 ; . 15x15 4,4 ; # layer=main\n"; html += pad("Dot-Grid",20)+"# 300x300; # layer=background ; # #A1A1A1 ; . 15x15 4,4 ; # layer=main\n";
html += "</div>"; html += "</div>";
return html; return html;