mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Fix autoframe for accurate frames
This commit is contained in:
@@ -1724,7 +1724,7 @@ function makeM15NewFrameByLetter(letter, mask = false, maskToRightHalf = false,
|
||||
}
|
||||
var frame = {
|
||||
'name': frameName + ' Frame',
|
||||
'src': '/img/frames/m15/new/' + stylePath + letter + '.png',
|
||||
'src': '/img/frames/m15/new/' + stylePath + letter.toLowerCase() + '.png',
|
||||
}
|
||||
|
||||
// if (letter.includes('L') && letter.length > 1) {
|
||||
|
Reference in New Issue
Block a user