mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-23 18:43:27 +00:00
Suppression couleur par défaut
This commit is contained in:
parent
05551ec754
commit
624d84e923
2 changed files with 3 additions and 2 deletions
|
|
@ -109,10 +109,10 @@ namespace AideDeJeuLib.Cards
|
|||
{
|
||||
//string color = context["color"];
|
||||
//string backgroundImage = context["background_image"];
|
||||
string color = "red";
|
||||
//string color = "maroon";
|
||||
var cardData = new CardData();
|
||||
cardData.Count = 1;
|
||||
cardData.Color = color;
|
||||
//cardData.Color = color;
|
||||
cardData.Title = spell.NamePHB;
|
||||
cardData.TitleSize = "10";
|
||||
cardData.Icon = "white-book-" + spell.Level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue