diff --git a/DiceSoNice/ExtraLifeDice/images/EL_wings-.png b/DiceSoNice/ExtraLifeDice/images/EL_wings-.png new file mode 100644 index 0000000..c0c505a Binary files /dev/null and b/DiceSoNice/ExtraLifeDice/images/EL_wings-.png differ diff --git a/DiceSoNice/ExtraLifeDice/images/EL_wings.svg b/DiceSoNice/ExtraLifeDice/images/EL_wings.svg deleted file mode 100644 index 9beba84..0000000 --- a/DiceSoNice/ExtraLifeDice/images/EL_wings.svg +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/DiceSoNice/ExtraLifeDice/module.json b/DiceSoNice/ExtraLifeDice/module.json index f3a43b1..30fee4a 100644 --- a/DiceSoNice/ExtraLifeDice/module.json +++ b/DiceSoNice/ExtraLifeDice/module.json @@ -28,6 +28,6 @@ "minimum": "0.7.9", "verified": "11.309" }, - "manifest": "https://github.com/twistedtristudio/FoundryVTT/releases/download/0.0.1/module.json", - "download": "https://github.com/twistedtristudio/FoundryVTT/releases/download/0.0.1/extralifedice.zip" + "manifest": "https://github.com/twistedtristudio/FoundryVTT/releases/download/0.0.2/module.json", + "download": "https://github.com/twistedtristudio/FoundryVTT/releases/download/0.0.2/extralifedice.zip" } \ No newline at end of file diff --git a/DiceSoNice/ExtraLifeDice/scripts/dice.js b/DiceSoNice/ExtraLifeDice/scripts/dice.js index b2d00f7..6cdc0f8 100644 --- a/DiceSoNice/ExtraLifeDice/scripts/dice.js +++ b/DiceSoNice/ExtraLifeDice/scripts/dice.js @@ -23,7 +23,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "17", "18", "19", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], bumpMaps: [ // "modules/ExtraLife_dice/images/nat1_BUMP.png" @@ -46,7 +46,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { , , , - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d20"); @@ -55,11 +55,11 @@ Hooks.once('diceSoNiceReady', (dice3d) => { type: "d2", labels: [ "†", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], bumpMaps: [ , - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d2"); @@ -70,7 +70,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "†", "2", "3", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d4"); @@ -83,7 +83,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "3", "4", "5", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d6"); @@ -98,7 +98,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "5", "6", "7", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d8"); @@ -115,7 +115,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "7", "8", "9", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d10"); @@ -134,7 +134,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "9", "10", "11", - "modules/extralife_dice/images/EL_wings.svg" + "modules/extralife_dice/images/EL_wings.png" ], system: "ExtraLife" },"d12"); @@ -151,7 +151,7 @@ Hooks.once('diceSoNiceReady', (dice3d) => { "70", "80", "90", - "modules/extralife_dice/images/EL_wings.svg", + "modules/extralife_dice/images/EL_wings.png", ], system: "ExtraLife" },"d100");