mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 02:25:55 +00:00
Updated credits
This commit is contained in:
parent
112a6e249a
commit
48c572131d
5 changed files with 36 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ public partial class CreditsMenu : MenuBase
|
|||
if (!string.IsNullOrWhiteSpace(credit.Name) && !string.IsNullOrWhiteSpace(credit.Contribution))
|
||||
{
|
||||
var dashLabel = new Label();
|
||||
dashLabel.Text = "-";
|
||||
dashLabel.Text = "\uff5e";
|
||||
dashLabel.LabelSettings = credit.CustomLabelSettings ?? LabelSettings;
|
||||
cont.AddChild(dashLabel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue