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:
parent
05551ec754
commit
624d84e923
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -263,3 +263,4 @@ __pycache__/
|
|||
/clerc.json
|
||||
/AideDeJeu/AideDeJeu.Android/zipalign.bat
|
||||
/Ignore
|
||||
/AideDeJeu/AideDeJeuWeb/Properties/PublishProfiles/AideDeJeuWeb - Web Deploy.pubxml
|
||||
|
|
|
|||
|
|
@ -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