Add animated osu! logo.

This commit is contained in:
Dean Herbert
2016-12-01 20:21:14 +09:00
parent 918a3bc74f
commit 1f370fe29c
4 changed files with 115 additions and 16 deletions

View File

@ -34,9 +34,10 @@ namespace osu.Game.Screens.Menu
{
Children = new Drawable[]
{
logo = new OsuLogo()
logo = new OsuLogo
{
Alpha = 0,
Triangles = false,
BlendingMode = BlendingMode.Additive,
Interactive = false,
Colour = Color4.DarkGray,