1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 06:26:02 +00:00

Suppression couleur par défaut

This commit is contained in:
Yan Maniez 2018-05-07 01:37:18 +02:00
parent 05551ec754
commit 624d84e923
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -263,3 +263,4 @@ __pycache__/
/clerc.json
/AideDeJeu/AideDeJeu.Android/zipalign.bat
/Ignore
/AideDeJeu/AideDeJeuWeb/Properties/PublishProfiles/AideDeJeuWeb - Web Deploy.pubxml

View file

@ -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;