Merge branch 'adjust-licensing' into 'master'

adjust licensing

See merge request dungeonslayers/ds4!13
This commit is contained in:
Johannes Loher 2021-01-03 16:54:36 +01:00
commit 0721555c91
18 changed files with 419 additions and 22 deletions

View file

@ -21,9 +21,9 @@ export const DS4 = {
* Define the file paths to icon images
*/
attackTypesIcons: {
melee: "systems/ds4/assets/DS4-MAT.png",
meleeRanged: "systems/ds4/assets/DS4-MRA.png",
ranged: "systems/ds4/assets/DS4-RAT.png",
melee: "systems/ds4/assets/official/DS4-MAT.png",
meleeRanged: "systems/ds4/assets/official/DS4-MRA.png",
ranged: "systems/ds4/assets/official/DS4-RAT.png",
},
/**