mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
highlight transparencies
This commit is contained in:
@@ -2151,6 +2151,14 @@ function drawNewGuidelines() {
|
||||
//draw to card
|
||||
drawCard();
|
||||
}
|
||||
//HIGHLIGHT TRANSPARENCIES
|
||||
function toggleCardBackgroundColor(highlight) {
|
||||
if (highlight) {
|
||||
previewCanvas.style["background-color"] = "#ff007fff";
|
||||
} else {
|
||||
previewCanvas.style["background-color"] = "#0000";
|
||||
}
|
||||
}
|
||||
//Various loaders
|
||||
function imageURL(url, destination, otherParams) {
|
||||
var imageurl = url;
|
||||
|
Reference in New Issue
Block a user