From 8636253f49bd3169f7fc1b8cf6ce99166dc51770 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 23 Jan 2017 16:44:06 -0700 Subject: [PATCH] Added Dotgrid to help file --- scripts/modules/help.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/modules/help.js b/scripts/modules/help.js index 204a440..de9cea6 100644 --- a/scripts/modules/help.js +++ b/scripts/modules/help.js @@ -107,6 +107,9 @@ function Help(rune) html += "\nFilters\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 += "\nCanvases\n"; + html += pad("Dot-Grid",20)+"# 300x300; # layer=background ; # #ff0000 ; . 15x15 4,4 ; # layer=main\n"; html += ""; return html;