0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 05:02:42 +00:00

dropdown icons

This commit is contained in:
Victor Losada Hernandez
2023-03-21 14:17:12 +01:00
parent 54ed9a7d33
commit 25b5badf90
5 changed files with 16 additions and 4 deletions

View File

@@ -171,23 +171,23 @@ module.exports = [
},
{
name : 'Script Sample',
icon : 'fac script',
icon : 'fas fa-language',
gen : scriptGen.dwarvish,
experimental : true,
subsnippets : [
{
name : '5e Dwarvish',
icon : 'fac dwarvish',
icon : 'fac davek',
gen : scriptGen.dwarvish,
},
{
name : '5e Elvish',
icon : 'fac elvish',
icon : 'fac rellanic',
gen : scriptGen.elvish,
},
{
name : '5e Draconic',
icon : 'fac draconic',
icon : 'fac lokharic',
gen : scriptGen.draconic,
},
]