diff --git a/assets/create.svg b/assets/create.svg new file mode 100644 index 0000000..925835f --- /dev/null +++ b/assets/create.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/sources.txt b/assets/sources.txt index 5bc3cf6..e2ca19a 100644 --- a/assets/sources.txt +++ b/assets/sources.txt @@ -15,5 +15,9 @@ Fritz Duggan: dice/d12.svg (https://thenounproject.com/icon/d12-4570606/) dice/d20.svg (https://thenounproject.com/icon/d20-4570607/) +Landan Lloyd: + create.svg (https://thenounproject.com/icon/create-1447560/) + Oliver Akins: - chat-bubble.svg : Edits only (scaled) \ No newline at end of file + chat-bubble.svg : Scaling + create.svg : Scaling, Optimization \ No newline at end of file diff --git a/module/handlebars.mjs b/module/handlebars.mjs index e91e5ad..3cf091d 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -30,6 +30,7 @@ export const icons = [ `dice/d10.svg`, `dice/d12.svg`, `dice/d20.svg`, + `create.svg`, ]; diff --git a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs index ca50bca..a9ff818 100644 --- a/templates/actors/char-sheet-mvp/panels/spells.pc.hbs +++ b/templates/actors/char-sheet-mvp/panels/spells.pc.hbs @@ -65,9 +65,11 @@
{{/ dotdungeon.panel}} \ No newline at end of file