This commit is contained in:
Andrey Zavadskiy
2017-03-28 05:19:32 +03:00
parent 110d43bc25
commit c4500fa270
4 changed files with 8 additions and 10 deletions

View File

@ -32,8 +32,8 @@ namespace osu.Game.Screens.Play
public FailOverlay()
{
title.Text = @"failed";
description.Text = @"you're dead, try again?";
Title.Text = @"failed";
Description.Text = @"you're dead, try again?";
}
}
}