Add loading screen.

This commit is contained in:
Dean Herbert
2017-02-22 21:43:29 +09:00
parent 202976c0c3
commit aef0eb49a1
7 changed files with 247 additions and 34 deletions

View File

@ -147,6 +147,7 @@
<Compile Include="Screens\Multiplayer\MatchCreate.cs" />
<Compile Include="Screens\Play\FailDialog.cs" />
<Compile Include="Screens\Play\PlayerInputManager.cs" />
<Compile Include="Screens\Play\PlayerLoader.cs" />
<Compile Include="Screens\Play\SkipButton.cs" />
<Compile Include="Screens\Select\CarouselContainer.cs" />
<Compile Include="Screens\Select\MatchSongSelect.cs" />