Add barline drawables.

This commit is contained in:
smoogipooo
2017-03-21 20:39:18 +09:00
parent 4bc038addd
commit b602b7a3ea
5 changed files with 137 additions and 5 deletions

View File

@ -52,6 +52,8 @@
<Compile Include="Judgements\TaikoJudgementInfo.cs" />
<Compile Include="Judgements\TaikoScoreResult.cs" />
<Compile Include="Objects\BarLine.cs" />
<Compile Include="Objects\Drawable\DrawableBarLine.cs" />
<Compile Include="Objects\Drawable\DrawableMajorBarLine.cs" />
<Compile Include="TaikoDifficultyCalculator.cs" />
<Compile Include="Objects\Drawable\DrawableTaikoHit.cs" />
<Compile Include="Objects\TaikoHitObject.cs" />