mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +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
|
/clerc.json
|
||||||
/AideDeJeu/AideDeJeu.Android/zipalign.bat
|
/AideDeJeu/AideDeJeu.Android/zipalign.bat
|
||||||
/Ignore
|
/Ignore
|
||||||
|
/AideDeJeu/AideDeJeuWeb/Properties/PublishProfiles/AideDeJeuWeb - Web Deploy.pubxml
|
||||||
|
|
|
||||||
|
|
@ -109,10 +109,10 @@ namespace AideDeJeuLib.Cards
|
||||||
{
|
{
|
||||||
//string color = context["color"];
|
//string color = context["color"];
|
||||||
//string backgroundImage = context["background_image"];
|
//string backgroundImage = context["background_image"];
|
||||||
string color = "red";
|
//string color = "maroon";
|
||||||
var cardData = new CardData();
|
var cardData = new CardData();
|
||||||
cardData.Count = 1;
|
cardData.Count = 1;
|
||||||
cardData.Color = color;
|
//cardData.Color = color;
|
||||||
cardData.Title = spell.NamePHB;
|
cardData.Title = spell.NamePHB;
|
||||||
cardData.TitleSize = "10";
|
cardData.TitleSize = "10";
|
||||||
cardData.Icon = "white-book-" + spell.Level;
|
cardData.Icon = "white-book-" + spell.Level;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue