mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
old mana symbols
This commit is contained in:
@@ -990,7 +990,7 @@ function autoCrop(targetImage, source = targetImage.src) {
|
||||
|
||||
var textCodeReferenceArray = [
|
||||
['Code', 'Result'],
|
||||
['{linenospace}', 'Moves to the next line without an extra space'],
|
||||
['{linenospace}', 'Moves to the next line without an extra space ({lns} for short)'],
|
||||
['{bar}', 'Moves to the next line and draws the flavor text bar'],
|
||||
['{flavor}', 'Moves to the next line, draws the flavor text bar, and italicizes the text'],
|
||||
['{i}', 'Italicizes the text'],
|
||||
|
@@ -1,5 +1,7 @@
|
||||
if (!loadedVersions.includes('legends/version')) {
|
||||
loadedVersions.push('legends/version')
|
||||
addToManaSymbolList('/data/images/cardImages/manaSymbols/old/', ["oldw.svg", "oldu.svg", "oldb.svg", "oldr.svg", "oldg.svg"])
|
||||
notify('The Legends frame uses special mana symbols for WUBRG. If you would like to use these, just add an "old" at the beginning of each symbol. For example, "2 g g" would become "2 oldg oldg".', '#aaffaae0')
|
||||
}
|
||||
|
||||
if (currentVersion != 'legends/version') {
|
||||
|
Reference in New Issue
Block a user