1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:13:18 +08:00

Add taiko playfield.

This commit is contained in:
smoogipooo 2017-03-21 14:58:34 +09:00
parent 58be4548ef
commit 27a21cd23d
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
using osu.Framework.Screens.Testing;

View File

@ -194,6 +194,7 @@
<Compile Include="Tests\TestCaseReplay.cs" />
<Compile Include="Tests\TestCaseScoreCounter.cs" />
<Compile Include="Tests\TestCaseTabControl.cs" />
<Compile Include="Tests\TestCaseTaikoPlayfield.cs" />
<Compile Include="Tests\TestCaseTextAwesome.cs" />
<Compile Include="Tests\TestCasePlaySongSelect.cs" />
<Compile Include="Tests\TestCaseTwoLayerButton.cs" />