mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 14:12:43 +00:00
Finished the monster stat block, using hr's as element modifiers, kinda weird.
This commit is contained in:
@@ -36,6 +36,22 @@ var Icons = [
|
||||
snippet : Snippets.statBlock,
|
||||
tooltip : 'Monster Stat Block'
|
||||
},
|
||||
{
|
||||
icon : 'fa-table',
|
||||
snippet : "",
|
||||
tooltip : "Class Table"
|
||||
},
|
||||
{
|
||||
icon : 'fa-code',
|
||||
snippet : "```\n```",
|
||||
tooltip : "Column Break"
|
||||
},
|
||||
{
|
||||
icon : 'fa-file-o',
|
||||
snippet : "\\page",
|
||||
tooltip : "New Page"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user