Foiled cards are now looking SO much better.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
.foilOverlay {
|
||||
opacity: 0.2;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.selectableCard > .borderOverlay {
|
||||
|
||||
@@ -79,7 +79,7 @@ body {
|
||||
}
|
||||
|
||||
.foilOverlay {
|
||||
opacity: 0.2;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.cardHint {
|
||||
|
||||
BIN
gemp-lotr/gemp-lotr-web/src/main/webapp/images/foil.gif
Normal file
BIN
gemp-lotr/gemp-lotr-web/src/main/webapp/images/foil.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
@@ -138,7 +138,7 @@ var Card = Class.extend({
|
||||
function createCardDiv(image, text, foil, tokens) {
|
||||
var cardDiv = $("<div class='card'><img src='" + image + "' width='100%' height='100%'>" + ((text != null) ? text : "") + "</div>");
|
||||
if (foil) {
|
||||
var foilDiv = $("<div class='foilOverlay'><img src='/gemp-lotr/images/holo.jpg' width='100%' height='100%'></div>");
|
||||
var foilDiv = $("<div class='foilOverlay'><img src='/gemp-lotr/images/foil.gif' width='100%' height='100%'></div>");
|
||||
cardDiv.append(foilDiv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user