From 624d84e923c637b1ef43da4778a872529766fb88 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Mon, 7 May 2018 01:37:18 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20couleur=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + AideDeJeu/AideDeJeuLib/Cards/Converters.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e1f43711..18fc1faf 100644 --- a/.gitignore +++ b/.gitignore @@ -263,3 +263,4 @@ __pycache__/ /clerc.json /AideDeJeu/AideDeJeu.Android/zipalign.bat /Ignore +/AideDeJeu/AideDeJeuWeb/Properties/PublishProfiles/AideDeJeuWeb - Web Deploy.pubxml diff --git a/AideDeJeu/AideDeJeuLib/Cards/Converters.cs b/AideDeJeu/AideDeJeuLib/Cards/Converters.cs index bb911492..e627b920 100644 --- a/AideDeJeu/AideDeJeuLib/Cards/Converters.cs +++ b/AideDeJeu/AideDeJeuLib/Cards/Converters.cs @@ -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;