Remove CatcherArea abstraction

Also fixes catcher size being relative to aspect ratio.
This commit is contained in:
Dean Herbert
2017-10-02 21:55:37 +08:00
parent 12a9cbad56
commit 7168629b2a
5 changed files with 225 additions and 237 deletions

View File

@ -59,7 +59,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tests\TestCaseCatcher.cs" />
<Compile Include="Tests\TestCaseCatchPlayer.cs" />
<Compile Include="UI\CatcherArea.cs" />
<Compile Include="UI\Catcher.cs" />
<Compile Include="UI\CatchRulesetContainer.cs" />
<Compile Include="UI\CatchPlayfield.cs" />
<Compile Include="CatchRuleset.cs" />