mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -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 = {
|
var frame = {
|
||||||
'name': frameName + ' 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) {
|
// if (letter.includes('L') && letter.length > 1) {
|
||||||
|
Reference in New Issue
Block a user