Add OptionsDropdown<T> and wire up one example

This commit is contained in:
Drew DeVault
2016-12-01 16:36:04 -05:00
parent ff7ec88e66
commit 9daf524120
5 changed files with 91 additions and 3 deletions

View File

@ -223,6 +223,8 @@
<Compile Include="Overlays\Options\SidebarButton.cs" />
<Compile Include="Overlays\Options\TextBoxOption.cs" />
<Compile Include="Overlays\Options\SliderOption.cs" />
<Compile Include="Configuration\ProgressBarType.cs" />
<Compile Include="Overlays\Options\OptionsDropdown.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\osu-framework\osu.Framework\osu.Framework.csproj">
@ -251,4 +253,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>