Merge pull request from peppy/bitmap_font

Switch out opentype font for bitmap font.
master
Dan Balasescu committed by GitHub
commit 69bd1b3efe

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

@ -48,10 +48,13 @@
<EmbeddedResource Include="Textures\menu-osu.png" /> <EmbeddedResource Include="Textures\menu-osu.png" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Fonts\Exo2.0-Regular.otf" /> <EmbeddedResource Include="Samples\welcome.mp3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Samples\welcome.mp3" /> <EmbeddedResource Include="Fonts\Exo2.0-Regular.fnt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Fonts\Exo2.0-Regular_0.png" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Loading…
Cancel
Save