mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Use FillMode.Fit for icons
This commit is contained in:
@ -33,6 +33,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Texture = textures.Get(textureName),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fit
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user