mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Remade to array structure
This commit is contained in:
parent
6140b4baaf
commit
e6419b89d0
6 changed files with 33 additions and 98 deletions
|
|
@ -731,36 +731,3 @@ 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