Page 1 of 1

Background Damage Circle

Posted: 17 March 2021, 22:27
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);
}