1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 01:10:05 +08:00

Update framework again.

This commit is contained in:
Dean Herbert
2016-09-21 17:37:33 +09:00
Unverified
parent b2e7f290f2
commit 997c6f45f6
3 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -298,14 +298,16 @@ namespace osu.Game.GameModes.Menu
{
Children = new Drawable[]
{
logo = new Sprite(Game.Textures.Get(@"menu-osu"))
logo = new Sprite()
{
Anchor = Anchor.Centre,
Texture = Game.Textures.Get(@"menu-osu"),
Anchor = Anchor.Centre,
Origin = Anchor.Centre
},
ripple = new Sprite(Game.Textures.Get(@"menu-osu"))
ripple = new Sprite()
{
Anchor = Anchor.Centre,
Texture = Game.Textures.Get(@"menu-osu"),
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Alpha = 0.4f
},