mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Update creator-23.js
This commit is contained in:
@@ -1147,6 +1147,8 @@ function writeText(textObject, targetContext) {
|
|||||||
textArcStart = parseFloat(possibleCode.replace('arcstart', '')) || 0;
|
textArcStart = parseFloat(possibleCode.replace('arcstart', '')) || 0;
|
||||||
} else if (possibleCode.includes('rotate')) {
|
} else if (possibleCode.includes('rotate')) {
|
||||||
textRotation = parseInt(possibleCode.replace('rotate', '')) % 360;
|
textRotation = parseInt(possibleCode.replace('rotate', '')) % 360;
|
||||||
|
} else if (possibleCode === 'manacolordefault') {
|
||||||
|
manaSymbolColor = null;
|
||||||
} else if (possibleCode.includes('manacolor')) {
|
} else if (possibleCode.includes('manacolor')) {
|
||||||
manaSymbolColor = possibleCode.replace('manacolor', '') || 'white';
|
manaSymbolColor = possibleCode.replace('manacolor', '') || 'white';
|
||||||
} else if (possibleCode.includes('fixtextalign')) {
|
} else if (possibleCode.includes('fixtextalign')) {
|
||||||
|
Reference in New Issue
Block a user