mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
Updating to include new Guild and Clan symbols
This commit is contained in:
parent
63af40e780
commit
6bca5dff55
4
bower_components/mana/.bower.json
vendored
4
bower_components/mana/.bower.json
vendored
@ -28,11 +28,11 @@
|
|||||||
".git",
|
".git",
|
||||||
".gitignore"
|
".gitignore"
|
||||||
],
|
],
|
||||||
"_release": "86bfc48ff9",
|
"_release": "ccd4be1b7c",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "branch",
|
"type": "branch",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"commit": "86bfc48ff974581cac28cb7b1ae3d6cf14c0913f"
|
"commit": "ccd4be1b7cd05aca93a9e6bf1dae741869acd1d3"
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/andrewgioia/Mana.git",
|
"_source": "https://github.com/andrewgioia/Mana.git",
|
||||||
"_target": "*",
|
"_target": "*",
|
||||||
|
3
bower_components/mana/README.md
vendored
3
bower_components/mana/README.md
vendored
@ -1,4 +1,4 @@
|
|||||||
# Mana v1.2.0
|
# Mana v1.3.0
|
||||||
|
|
||||||
## The Magic: the Gathering mana symbol font!
|
## The Magic: the Gathering mana symbol font!
|
||||||
|
|
||||||
@ -40,3 +40,4 @@ Attribution is **greatly appreciated** but not required!
|
|||||||
* v1.0.1 - added classes for -12 and -14 loyalty (sorry Jace and Karn!)
|
* v1.0.1 - added classes for -12 and -14 loyalty (sorry Jace and Karn!)
|
||||||
* v1.1.0 - added the new Energy symbol
|
* v1.1.0 - added the new Energy symbol
|
||||||
* v1.2.0 - added DFC symbols for the Origins planeswalkers (ignite and spark) and the Eldritch Moon meld cards (emrakul and moon)
|
* v1.2.0 - added DFC symbols for the Origins planeswalkers (ignite and spark) and the Eldritch Moon meld cards (emrakul and moon)
|
||||||
|
* v1.3.0 - added Guild and Clan symbols
|
||||||
|
2
bower_components/mana/bower.json
vendored
2
bower_components/mana/bower.json
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mana",
|
"name": "mana",
|
||||||
"homepage": "https://github.com/andrewgioia/Mana",
|
"homepage": "https://github.com/andrewgioia/Mana",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||||
],
|
],
|
||||||
|
70
bower_components/mana/css/mana.css
vendored
70
bower_components/mana/css/mana.css
vendored
@ -2,15 +2,15 @@
|
|||||||
* Global */
|
* Global */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Mana';
|
font-family: 'Mana';
|
||||||
src: url('../fonts/mana.eot?v=1.2.0');
|
src: url('../fonts/mana.eot?v=1.3.0');
|
||||||
src: url('../fonts/mana.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.2.0') format('woff'), url('../fonts/mana.ttf?v=1.2.0') format('truetype'), url('../fonts/mana.svg?v=1.2.0#mana') format('svg');
|
src: url('../fonts/mana.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.3.0') format('woff'), url('../fonts/mana.ttf?v=1.3.0') format('truetype'), url('../fonts/mana.svg?v=1.3.0#mana') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'MPlantin';
|
font-family: 'MPlantin';
|
||||||
src: url('../fonts/mplantin.eot?v=1.2.0');
|
src: url('../fonts/mplantin.eot?v=1.3.0');
|
||||||
src: url('../fonts/mplantin.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.2.0') format('woff'), url('../fonts/mplantin.ttf?v=1.2.0') format('truetype'), url('../fonts/mplantin.svg?v=1.2.0#mplantin') format('svg');
|
src: url('../fonts/mplantin.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.3.0') format('woff'), url('../fonts/mplantin.ttf?v=1.3.0') format('truetype'), url('../fonts/mplantin.svg?v=1.3.0#mplantin') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -706,3 +706,65 @@
|
|||||||
.ms-dfc-moon:before {
|
.ms-dfc-moon:before {
|
||||||
content: "\e90b";
|
content: "\e90b";
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Guilds and Clans */
|
||||||
|
.ms-guild-azorius:before {
|
||||||
|
content: "\e90c";
|
||||||
|
}
|
||||||
|
.ms-guild-boros:before {
|
||||||
|
content: "\e90d";
|
||||||
|
}
|
||||||
|
.ms-guild-dimir:before {
|
||||||
|
content: "\e90e";
|
||||||
|
}
|
||||||
|
.ms-guild-golgari:before {
|
||||||
|
content: "\e90f";
|
||||||
|
}
|
||||||
|
.ms-guild-gruul:before {
|
||||||
|
content: "\e910";
|
||||||
|
}
|
||||||
|
.ms-guild-izzet:before {
|
||||||
|
content: "\e911";
|
||||||
|
}
|
||||||
|
.ms-guild-orzhov:before {
|
||||||
|
content: "\e912";
|
||||||
|
}
|
||||||
|
.ms-guild-rakdos:before {
|
||||||
|
content: "\e913";
|
||||||
|
}
|
||||||
|
.ms-guild-selesnya:before {
|
||||||
|
content: "\e914";
|
||||||
|
}
|
||||||
|
.ms-guild-simic:before {
|
||||||
|
content: "\e915";
|
||||||
|
}
|
||||||
|
.ms-clan-abzan:before {
|
||||||
|
content: "\e916";
|
||||||
|
}
|
||||||
|
.ms-clan-jeskai:before {
|
||||||
|
content: "\e917";
|
||||||
|
}
|
||||||
|
.ms-clan-mardu:before {
|
||||||
|
content: "\e918";
|
||||||
|
}
|
||||||
|
.ms-clan-sultai:before {
|
||||||
|
content: "\e919";
|
||||||
|
}
|
||||||
|
.ms-clan-temur:before {
|
||||||
|
content: "\e91a";
|
||||||
|
}
|
||||||
|
.ms-clan-atarka:before {
|
||||||
|
content: "\e91b";
|
||||||
|
}
|
||||||
|
.ms-clan-dromoka:before {
|
||||||
|
content: "\e91c";
|
||||||
|
}
|
||||||
|
.ms-clan-kolaghan:before {
|
||||||
|
content: "\e91d";
|
||||||
|
}
|
||||||
|
.ms-clan-ojutai:before {
|
||||||
|
content: "\e91e";
|
||||||
|
}
|
||||||
|
.ms-clan-silumgar:before {
|
||||||
|
content: "\e91f";
|
||||||
|
}
|
||||||
|
2
bower_components/mana/css/mana.min.css
vendored
2
bower_components/mana/css/mana.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
bower_components/mana/fonts/mana.eot
vendored
BIN
bower_components/mana/fonts/mana.eot
vendored
Binary file not shown.
20
bower_components/mana/fonts/mana.svg
vendored
20
bower_components/mana/fonts/mana.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 315 KiB |
BIN
bower_components/mana/fonts/mana.ttf
vendored
BIN
bower_components/mana/fonts/mana.ttf
vendored
Binary file not shown.
BIN
bower_components/mana/fonts/mana.woff
vendored
BIN
bower_components/mana/fonts/mana.woff
vendored
Binary file not shown.
BIN
bower_components/mana/fonts/mana.woff2
vendored
BIN
bower_components/mana/fonts/mana.woff2
vendored
Binary file not shown.
27
bower_components/mana/index.html
vendored
27
bower_components/mana/index.html
vendored
@ -157,6 +157,33 @@
|
|||||||
<i class="ms ms-dfc ms-dfc-moon ms-2x"></i>
|
<i class="ms ms-dfc ms-dfc-moon ms-2x"></i>
|
||||||
<i class="ms ms-dfc ms-dfc-emrakul ms-2x"></i>
|
<i class="ms ms-dfc ms-dfc-emrakul ms-2x"></i>
|
||||||
</p>
|
</p>
|
||||||
|
<h3>Guild Symbols</h3>
|
||||||
|
<p>
|
||||||
|
<i class="ms ms-guild-azorius ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-boros ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-dimir ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-golgari ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-gruul ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-izzet ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-orzhov ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-rakdos ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-selesnya ms-2x"></i>
|
||||||
|
<i class="ms ms-guild-simic ms-2x"></i>
|
||||||
|
</p>
|
||||||
|
<h3>Clan Symbols</h3>
|
||||||
|
<p>
|
||||||
|
<i class="ms ms-clan-abzan ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-jeskai ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-mardu ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-sultai ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-temur ms-2x"></i>
|
||||||
|
|
||||||
|
<i class="ms ms-clan-atarka ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-dromoka ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-kolaghan ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-ojutai ms-2x"></i>
|
||||||
|
<i class="ms ms-clan-silumgar ms-2x"></i>
|
||||||
|
</p>
|
||||||
<footer>
|
<footer>
|
||||||
Made with ♥ by <a href="http://andrewgioia.com">Andrew Gioia</a>
|
Made with ♥ by <a href="http://andrewgioia.com">Andrew Gioia</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
30
bower_components/mana/less/icons.less
vendored
30
bower_components/mana/less/icons.less
vendored
@ -106,9 +106,9 @@
|
|||||||
* Planeswalker symbols */
|
* Planeswalker symbols */
|
||||||
|
|
||||||
.@{ms-prefix}-loyalty-up:before { content: "\e627"; } // Up
|
.@{ms-prefix}-loyalty-up:before { content: "\e627"; } // Up
|
||||||
.@{ms-prefix}-loyalty-down:before { content: "\e625"; } // Up
|
.@{ms-prefix}-loyalty-down:before { content: "\e625"; } // Down
|
||||||
.@{ms-prefix}-loyalty-zero:before { content: "\e626"; } // Up
|
.@{ms-prefix}-loyalty-zero:before { content: "\e626"; } // Zero
|
||||||
.@{ms-prefix}-loyalty-start:before { content: "\e628"; } // Up
|
.@{ms-prefix}-loyalty-start:before { content: "\e628"; } // Start
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Other */
|
* Other */
|
||||||
@ -120,3 +120,27 @@
|
|||||||
.@{ms-prefix}-dfc-spark:before { content: "\e909"; }
|
.@{ms-prefix}-dfc-spark:before { content: "\e909"; }
|
||||||
.@{ms-prefix}-dfc-emrakul:before { content: "\e90a"; }
|
.@{ms-prefix}-dfc-emrakul:before { content: "\e90a"; }
|
||||||
.@{ms-prefix}-dfc-moon:before { content: "\e90b"; }
|
.@{ms-prefix}-dfc-moon:before { content: "\e90b"; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Guilds and Clans */
|
||||||
|
|
||||||
|
.@{ms-prefix}-guild-azorius:before { content: "\e90c"; }
|
||||||
|
.@{ms-prefix}-guild-boros:before { content: "\e90d"; }
|
||||||
|
.@{ms-prefix}-guild-dimir:before { content: "\e90e"; }
|
||||||
|
.@{ms-prefix}-guild-golgari:before { content: "\e90f"; }
|
||||||
|
.@{ms-prefix}-guild-gruul:before { content: "\e910"; }
|
||||||
|
.@{ms-prefix}-guild-izzet:before { content: "\e911"; }
|
||||||
|
.@{ms-prefix}-guild-orzhov:before { content: "\e912"; }
|
||||||
|
.@{ms-prefix}-guild-rakdos:before { content: "\e913"; }
|
||||||
|
.@{ms-prefix}-guild-selesnya:before { content: "\e914"; }
|
||||||
|
.@{ms-prefix}-guild-simic:before { content: "\e915"; }
|
||||||
|
.@{ms-prefix}-clan-abzan:before { content: "\e916"; }
|
||||||
|
.@{ms-prefix}-clan-jeskai:before { content: "\e917"; }
|
||||||
|
.@{ms-prefix}-clan-mardu:before { content: "\e918"; }
|
||||||
|
.@{ms-prefix}-clan-sultai:before { content: "\e919"; }
|
||||||
|
.@{ms-prefix}-clan-temur:before { content: "\e91a"; }
|
||||||
|
.@{ms-prefix}-clan-atarka:before { content: "\e91b"; }
|
||||||
|
.@{ms-prefix}-clan-dromoka:before { content: "\e91c"; }
|
||||||
|
.@{ms-prefix}-clan-kolaghan:before { content: "\e91d"; }
|
||||||
|
.@{ms-prefix}-clan-ojutai:before { content: "\e91e"; }
|
||||||
|
.@{ms-prefix}-clan-silumgar:before { content: "\e91f"; }
|
||||||
|
2
bower_components/mana/less/variables.less
vendored
2
bower_components/mana/less/variables.less
vendored
@ -2,7 +2,7 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ms-font-path: '../fonts';
|
@ms-font-path: '../fonts';
|
||||||
@ms-version: '1.2.0';
|
@ms-version: '1.3.0';
|
||||||
@ms-font-size-base: 14px;
|
@ms-font-size-base: 14px;
|
||||||
@ms-prefix: ms;
|
@ms-prefix: ms;
|
||||||
@ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
|
@ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
|
||||||
|
2
bower_components/mana/package.json
vendored
2
bower_components/mana/package.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mana-font",
|
"name": "mana-font",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "Magic: the Gathering mana symbol pictographic font",
|
"description": "Magic: the Gathering mana symbol pictographic font",
|
||||||
"main": "css/mana.css",
|
"main": "css/mana.css",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -121,6 +121,29 @@
|
|||||||
<span class="utf"><i></i> ms-dfc-emrakul <code>&#xe90a;</code></span>
|
<span class="utf"><i></i> ms-dfc-emrakul <code>&#xe90a;</code></span>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="vectors overflow">
|
||||||
|
<span class="utf"><i></i> ms-guild-azorius <code>&#xe90c;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-boros <code>&#xe90d;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-dimir <code>&#xe90e;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-golgari <code>&#xe90f;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-gruul <code>&#xe910;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-izzet <code>&#xe911;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-orzhov <code>&#xe912;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-rakdos <code>&#xe913;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-selesnya <code>&#xe914;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-guild-simic <code>&#xe915;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-abzan <code>&#xe916;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-jeskai <code>&#xe917;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-mardu <code>&#xe918;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-sultai <code>&#xe919;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-temur <code>&#xe91a;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-atarka <code>&#xe91b;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-dromoka <code>&#xe91c;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-okutai <code>&#xe91d;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-kolaghan <code>&#xe91e;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-clan-silumgar <code>&#xe91f;</code></span>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
64
icons.html
64
icons.html
@ -230,6 +230,70 @@
|
|||||||
<span><i class="ms ms-dfc-emrakul"></i> DFC (Emrakul) <em>(dfc-emrakul)</em></span>
|
<span><i class="ms ms-dfc-emrakul"></i> DFC (Emrakul) <em>(dfc-emrakul)</em></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h4 style="padding-top:25px;">Guild and Clan Watermarks</h4>
|
||||||
|
<div class="icons">
|
||||||
|
<div class="icon" id="azorius" name="Azorius">
|
||||||
|
<span><i class="ms ms-guild-azorius"></i> Azorius <em>(guild-azorius)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="boros" name="Boros">
|
||||||
|
<span><i class="ms ms-guild-boros"></i> Boros <em>(guild-boros)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="dimir" name="Dimir">
|
||||||
|
<span><i class="ms ms-guild-dimir"></i> Dimir <em>(guild-dimir)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="golgari" name="Golgari">
|
||||||
|
<span><i class="ms ms-guild-golgari"></i> Golgari <em>(guild-golgari)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="gruul" name="Gruul">
|
||||||
|
<span><i class="ms ms-guild-gruul"></i> Gruul <em>(guild-gruul)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="izzet" name="Izzet">
|
||||||
|
<span><i class="ms ms-guild-izzet"></i> Izzet <em>(guild-izzet)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="orzhov" name="Orzhov">
|
||||||
|
<span><i class="ms ms-guild-orzhov"></i> Orzhov <em>(guild-orzhov)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="rakdos" name="Rakdos">
|
||||||
|
<span><i class="ms ms-guild-rakdos"></i> Rakdos <em>(guild-rakdos)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="selesnya" name="Selesnya">
|
||||||
|
<span><i class="ms ms-guild-selesnya"></i> Selesnya <em>(guild-selesnya)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="simic" name="Simic">
|
||||||
|
<span><i class="ms ms-guild-simic"></i> Simic <em>(guild-simic)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="abzan" name="Abzan">
|
||||||
|
<span><i class="ms ms-clan-abzan"></i> Abzan <em>(clan-abzan)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="jeskai" name="Jeskai">
|
||||||
|
<span><i class="ms ms-clan-jeskai"></i> Jeskai <em>(clan-jeskai)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="mardu" name="Mardu">
|
||||||
|
<span><i class="ms ms-clan-mardu"></i> Mardu <em>(clan-mardu)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="sultai" name="Sultai">
|
||||||
|
<span><i class="ms ms-clan-sultai"></i> Sultai <em>(clan-sultai)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="temur" name="Temur">
|
||||||
|
<span><i class="ms ms-clan-temur"></i> Temur <em>(clan-temur)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="atarka" name="Atarka">
|
||||||
|
<span><i class="ms ms-clan-atarka"></i> Atarka <em>(clan-atarka)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="dromoka" name="Dromoka">
|
||||||
|
<span><i class="ms ms-clan-dromoka"></i> Dromoka <em>(clan-dromoka)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="kolaghan" name="Kolaghan">
|
||||||
|
<span><i class="ms ms-clan-kolaghan"></i> Kolaghan <em>(clan-kolaghan)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="ojutai" name="Ojutai">
|
||||||
|
<span><i class="ms ms-clan-ojutai"></i> Ojutai <em>(clan-ojutai)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="silumgar" name="Silumgar">
|
||||||
|
<span><i class="ms ms-clan-silumgar"></i> Silumgar <em>(clan-silumgar)</em></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Current version 1.2.0 includes all known mana and card icons.
|
Current version 1.3.0 includes all known mana and card icons.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user