mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Medal sprite, make MedalOverlay auto-show when loaded.
This commit is contained in:
@ -6,6 +6,8 @@ namespace osu.Game.Users
|
||||
public class Medal
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string InternalName { get; set; }
|
||||
public string ImageUrl => $@"https://s.ppy.sh/images/medals-client/{InternalName}@2x.png";
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user