Background Damage Circle

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/#!bugs
Post Reply
User avatar
Cixi-K
Posts: 29
Joined: 06 August 2020, 09:15

Background Damage Circle

Post by Cixi-K »

Bonjour,

Français:
Si vous souhaitez avoir une interface ou les dommages des sorts sont sur un fonds proches des cartes. Voici un CSS a mettre dans votre css avancé.
English:
If you want to have an interface where the damage of the spells are on a background close to the card. Here is a CSS to put in your advanced css.
ImageImageImageImageImageImage

Code: Select all

.damage_circle {
	background-size: contain;
}

.damage_circle_0 {
	background-image: url(https://www.zupimages.net/up/21/11/4euc.png);
}

.damage_circle_1 {
	background-image: url(https://www.zupimages.net/up/21/11/gtrm.png);
}

.damage_circle_2 {
	background-image: url(https://www.zupimages.net/up/21/11/m7na.png);
}

.damage_circle_3 {
	background-image: url(https://www.zupimages.net/up/21/11/u8kx.png);
}

.damage_circle_4 {
	background-image: url(https://www.zupimages.net/up/21/11/5g56.png);
}

.damage_circle_5 {
	background-image: url(https://www.zupimages.net/up/21/11/amww.png);
}
Post Reply

Return to “Krosmaster Arena”