enable query

change Avatar animation too
add forgotten usings
This commit is contained in:
Aergwyn
2018-01-10 16:46:55 +01:00
parent 1a37812d1f
commit 312f52072b
3 changed files with 19 additions and 29 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Users
new Avatar(user)
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
OnLoadComplete = d => d.FadeInFromZero(300, Easing.OutQuint),
})
);
}