Add intro and begin to create central logic nest.

This commit is contained in:
Dean Herbert
2016-10-06 21:10:01 +09:00
parent 9b76a0ffb8
commit d6042bd689
4 changed files with 77 additions and 14 deletions

View File

@ -73,6 +73,7 @@
<Compile Include="GameModes\Charts\ChartInfo.cs" />
<Compile Include="GameModes\Edit\Editor.cs" />
<Compile Include="GameModes\GameModeWhiteBox.cs" />
<Compile Include="GameModes\Menu\Intro.cs" />
<Compile Include="GameModes\Menu\ButtonSystem.cs" />
<Compile Include="GameModes\Menu\MainMenu.cs" />
<Compile Include="GameModes\Multiplayer\Lobby.cs" />