0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 17:12:40 +00:00

Custom icons for image masks in general

This commit is contained in:
Trevor Buckner
2023-02-07 15:36:52 -05:00
parent c430e5a92b
commit 0355b52021
4 changed files with 140 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ module.exports = [
},
{
name : 'Watercolor Image Mask Edge',
icon : 'fas fa-fill-drip',
icon : 'fac mask-edge',
gen : ImageMaskGen.edge('bottom'),
subsnippets : [
{
@@ -130,7 +130,7 @@ module.exports = [
},
{
name : 'Watercolor Image Mask Corner',
icon : 'fas fa-fill-drip',
icon : 'fac mask-corner',
gen : ImageMaskGen.corner,
subsnippets : [
{