Better medal sprite loading, fade in particles, visual test update.

This commit is contained in:
DrabWeb
2017-07-13 00:13:18 -03:00
parent 204d2ee43d
commit ca12fd3042
3 changed files with 25 additions and 42 deletions

View File

@ -13,12 +13,15 @@ namespace osu.Desktop.VisualTests.Tests
public TestCaseMedalOverlay()
{
Add(new MedalOverlay(new Medal
AddStep(@"display", () =>
{
Name = @"Animations",
InternalName = @"all-intro-doubletime",
Description = @"More complex than you think.",
}));
Add(new MedalOverlay(new Medal
{
Name = @"Animations",
InternalName = @"all-intro-doubletime",
Description = @"More complex than you think.",
}));
});
}
}
}