mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Initial
This commit is contained in:
parent
bca7e0d3c9
commit
6140b4baaf
12 changed files with 345 additions and 13 deletions
|
|
@ -731,3 +731,36 @@ export const sceneRangeMeasurementSetting = {
|
|||
label: 'Custom'
|
||||
}
|
||||
};
|
||||
|
||||
export const environmentIcons = {
|
||||
tree: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.tree',
|
||||
icon: 'fa-solid fa-tree',
|
||||
unicode: ''
|
||||
},
|
||||
mountain: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.mountain',
|
||||
icon: 'fa-solid fa-mountain',
|
||||
unicode: ''
|
||||
},
|
||||
city: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.city',
|
||||
icon: 'fa-solid fa-house',
|
||||
unicode: ''
|
||||
},
|
||||
dungeon: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.dungeon',
|
||||
icon: 'fa-solid fa-dungeon',
|
||||
unicode: ''
|
||||
},
|
||||
water: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.water',
|
||||
icon: 'fa-solid fa-water',
|
||||
unicode: ''
|
||||
},
|
||||
social: {
|
||||
name: 'DAGGERHEART.CONFIG.EnvironmentIcons.social',
|
||||
icon: 'fa-solid fa-masks-theater',
|
||||
unicode: ''
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue