diff --git a/data/images/cardImages/manaSymbols/0.svg b/data/images/cardImages/manaSymbols/0.svg index 0e4937a2..c0b16dff 100644 --- a/data/images/cardImages/manaSymbols/0.svg +++ b/data/images/cardImages/manaSymbols/0.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/data/images/cardImages/manaSymbols/1.svg b/data/images/cardImages/manaSymbols/1.svg index b4119cd0..64b9e3c0 100644 --- a/data/images/cardImages/manaSymbols/1.svg +++ b/data/images/cardImages/manaSymbols/1.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/data/images/cardImages/manaSymbols/2.svg b/data/images/cardImages/manaSymbols/2.svg index 650e9f31..2c473729 100644 --- a/data/images/cardImages/manaSymbols/2.svg +++ b/data/images/cardImages/manaSymbols/2.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/data/images/cardImages/manaSymbols/2b.svg b/data/images/cardImages/manaSymbols/2b.svg index 278825f9..e2148d97 100644 --- a/data/images/cardImages/manaSymbols/2b.svg +++ b/data/images/cardImages/manaSymbols/2b.svg @@ -1,7 +1,77 @@ - - - - - + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/data/scripts/main.js b/data/scripts/main.js index d75f4960..58ddd8a1 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -1063,7 +1063,7 @@ var textCodeReferenceArray = [ ['{flavor}', 'Moves to the next line, draws the flavor text bar, and italicizes the following text'], ['{i}', 'Italicizes the text'], ['{/i}', 'Removes italicization'], -['{fontsize#}', 'Changes the font size by # pixels (relative - use negative numbers to shrink text)'], +['{fontsize#}', 'Changes the font size by # pixels (relative - use negative integers to shrink text)'], ['{fontcolor#}', 'Changes the font color to #'], ['{left}', 'Aligns the text to the left'], ['{center}', 'Aligns the text to the center'],