mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
setsymbol/cardart fix
This commit is contained in:
@@ -426,8 +426,12 @@ function loadTextOptions(textArray = []) {
|
||||
}
|
||||
document.getElementById('textPicker').children[0].click()
|
||||
cardTextEdited()
|
||||
setSymbol.src = setSymbol.src
|
||||
cardArt.src = cardArt.src
|
||||
if (setSymbol.src != '') {
|
||||
setSymbol.src = setSymbol.src
|
||||
}
|
||||
if (cardArt.src != '') {
|
||||
cardArt.src = cardArt.src
|
||||
}
|
||||
manaCostUpdated()
|
||||
bottomInfoUpdated()
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
if (!loadedVersions.includes('seventhTextless')) {
|
||||
loadedVersions.push('seventhTextless')
|
||||
loadMaskImages([['Pinline (seventh textless)', '/data/images/cardImages/seventhTextless/seventhTextlessMaskPinline.png']])
|
||||
loadMaskImages([['Pinline (seventh textless)', '/data/images/cardImages/seventhTextless/seventhTextlessMaskPinline.png'], ['Border (seventh)', '/data/images/cardImages/seventh/seventhMaskBorder.png']])
|
||||
// addToManaSymbolList('/data/images/cardImages/manaSymbols/old/', ["oldw.svg"])
|
||||
// notify('The Seventh Textless frame uses special mana symbols for 1-20, WUBRG, all hybrid mana symbols, and X. If you would like to use these, just add an "old" at the beginning of each symbol. For example, "2 g g" would become "old2 oldg oldg".', '#aaffaae0')
|
||||
}
|
||||
|
Reference in New Issue
Block a user