This commit is contained in:
Kyle
2022-10-08 14:37:20 -07:00
parent 2750ef8d78
commit bf9497884c
2 changed files with 2 additions and 0 deletions

1
img/manaSymbols/tk.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 34"><path d="M14.178 1.369c1.282.441 2.107 1.67 2.008 2.977l-.003.083a1.523 1.523 0 0 0 1.042 1.447c.663.229 1.388-.01 1.76-.565l.063-.092c.745-1.026 2.108-1.447 3.353-1.018l2.165.745c1.548.531 2.386 2.178 1.868 3.67l-7.902 22.949c-.513 1.498-2.185 2.28-3.733 1.747l-2.166-.746c-1.282-.442-2.107-1.67-2.009-2.977l.004-.083a1.523 1.523 0 0 0-1.042-1.448c-.664-.228-1.389.012-1.76.565l-.064.092c-.744 1.026-2.107 1.448-3.353 1.02l-1.972-.68C.888 28.524.052 26.879.567 25.38l7.9-22.946C8.982.937 10.654.155 12.202.688Zm-.29.958-1.96-.675c-1.054-.363-2.194.17-2.544 1.193L1.542 25.622c-.352 1.022.218 2.144 1.273 2.505l1.956.674c.842.29 1.764.008 2.274-.681l.055-.078c.595-.888 1.748-1.27 2.804-.906 1.024.352 1.687 1.31 1.657 2.338l-.005.103c-.068.893.495 1.73 1.368 2.031l2.147.74c1.055.363 2.195-.17 2.545-1.193l7.843-22.78c.354-1.017-.217-2.14-1.272-2.502l-2.146-.739c-.842-.29-1.764-.008-2.274.682l-.055.078c-.595.887-1.748 1.269-2.804.905-1.024-.352-1.687-1.31-1.657-2.338l.005-.103c.068-.892-.495-1.73-1.368-2.031Zm-.289.84c.476.164.782.622.745 1.11-.108 1.446.796 2.854 2.275 3.363 1.477.508 3.055-.044 3.862-1.25.257-.386.74-.56 1.195-.438l.075.023 2.148.739c.55.19.859.758.714 1.293l-.022.069-7.843 22.782c-.183.534-.76.823-1.315.671l-.072-.022-2.148-.74a1.095 1.095 0 0 1-.745-1.108c.108-1.447-.796-2.854-2.274-3.364-1.478-.508-3.056.045-3.863 1.25-.257.386-.74.56-1.195.439l-.075-.024-1.958-.674c-.551-.189-.859-.758-.715-1.295l.022-.07 7.842-22.779c.183-.534.76-.823 1.315-.671l.072.022 1.96.675Z" fill="#000" fill-rule="nonzero"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -266,6 +266,7 @@ loadManaSymbols(['wu', 'wb', 'ub', 'ur', 'br', 'bg', 'rg', 'rw', 'gw', 'gu', '2w
'2purple', 'purplep'], [1.2, 1.2]);
loadManaSymbols(['bar.png', 'whitebar.png']);
loadManaSymbols(['chaos'], [1.2, 1]);
loadManaSymbols(['tk'], [0.8, 1]);
loadManaSymbols(['planeswalker'], [0.6, 1.2]);
loadManaSymbols(['+1', '+2', '+3', '+4', '+5', '+6', '+7', '+8', '+9', '-1', '-2', '-3', '-4', '-5', '-6', '-7', '-8', '-9', '+0'], [1.6, 1]);
function loadManaSymbols(manaSymbolPaths, size = [1, 1]) {