From 369e56bfac85441a689ebfa971115c982d5dd447 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 16 Feb 2017 10:34:18 -0700 Subject: [PATCH] Added the Glyph template --- scripts/modules/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/modules/help.js b/scripts/modules/help.js index d9e471f..52e26d1 100644 --- a/scripts/modules/help.js +++ b/scripts/modules/help.js @@ -110,6 +110,7 @@ function Help(rune) html += "\nCanvas\n"; html += pad("Dot-Grid",20)+"@ 300x300; @ layer=background ; @ #A1A1A1 ; . 15x15 4,4 ; @ layer=main\n"; + html += pad("Dot-Grid Icon",20)+"@ 360x360; @ layer=background ; @ #000000 ; . 15x15 4,4 ; @ layer=main\n"; html += ""; return html;