1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-17 23:59:47 +00:00
This commit is contained in:
Yan Maniez 2018-08-19 14:47:04 +02:00
parent ffda003050
commit 83120c1749
2 changed files with 52 additions and 9 deletions

View file

@ -372,6 +372,16 @@
this.stack.Children.Add(label);
}
else
{
var test = "";
// ?
}
}
else
{
var test = "";
// ?
}
// ?
}
@ -616,15 +626,15 @@
{
return new[]
{
new Span()
{
Text="\r\n",
FontSize = size,
FontFamily = family,
ForegroundColor = foregroundColor,
BackgroundColor = backgroundColor
},
};
new Span()
{
Text="\r\n",
FontSize = size,
FontFamily = family,
ForegroundColor = foregroundColor,
BackgroundColor = backgroundColor
},
};
}
return null;