0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +00:00

Add Class Table Circle Decoration Snippet

Adding a background image snippet that includes the fancy circular decoration found behind class tables in the source material.

*Could arguably replace the normal "Background Image" snippet and hit two bases with one stone*
This commit is contained in:
Gazook89
2021-08-10 20:24:43 -05:00
parent 4b001d9890
commit 21058331cf

View File

@@ -128,6 +128,13 @@ module.exports = [
icon : 'fas fa-tree',
gen : `![homebrew mug](http://i.imgur.com/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}`
},
{
name : 'Class Table Decoration',
icon : 'fas fa-award',
gen : dedent`\n
![ClassTable Decoration](https://i.imgur.com/xYVVT7e.png) {position:absolute,top:0px,right:0px,width:380px}`
},
]
},