mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
custom neon frames
This commit is contained in:
12
js/frames/manaSymbolsNeon.js
Normal file
12
js/frames/manaSymbolsNeon.js
Normal file
@@ -0,0 +1,12 @@
|
||||
//checks to see if it needs to run
|
||||
if (!card.manaSymbols.includes('/js/frames/manaSymbolsNeon.js')) {
|
||||
card.manaSymbols.push('/js/frames/manaSymbolsNeon.js');
|
||||
}
|
||||
if (findManaSymbolIndex('neonw') == -1) {
|
||||
loadManaSymbols([
|
||||
'neon/neonw', 'neon/neonu', 'neon/neonb', 'neon/neonr', 'neon/neong',
|
||||
'neon/neonc', 'neon/neonx', 'neon/neon0', 'neon/neon1',
|
||||
'neon/neon2', 'neon/neon3', 'neon/neon4', 'neon/neon5', 'neon/neon6',
|
||||
'neon/neon7', 'neon/neon8', 'neon/neon9'
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user