Merge pull request #18 from DrabWeb/score-badges

Added score badges
master
Dean Herbert 8 years ago committed by GitHub
commit 4f9ed4e703

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -600,6 +600,16 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Textures\Drawings\visualiser-line.png" /> <EmbeddedResource Include="Textures\Drawings\visualiser-line.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Textures\Badges\ScoreRanks\A.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\B.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\C.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\F.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\S.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\SPlus.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\SS.png" />
<EmbeddedResource Include="Textures\Badges\ScoreRanks\SSPlus.png" />
</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.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Loading…
Cancel
Save