Upgraded to MonoGame v0.3.4: rebuilt shaders, removed the old content project, added a default config file

This commit is contained in:
Regalis
2016-02-29 22:06:48 +02:00
parent 1a5b274a01
commit 35c36d283a
59 changed files with 129 additions and 680 deletions
+7 -2
View File
@@ -41,7 +41,7 @@ with.
If you uncomment this line, the default character will be substituted if you draw
or measure text that contains characters which were not included in the font.
-->
<!-- <DefaultCharacter>*</DefaultCharacter> -->
<DefaultCharacter>_</DefaultCharacter>
<!--
CharacterRegions control what letters are available in the font. Every
@@ -53,8 +53,13 @@ with.
<CharacterRegions>
<CharacterRegion>
<Start>&#32;</Start>
<End>&#159;</End>
<End>&#1200;</End>
</CharacterRegion>
<CharacterRegion>
<Start>&#192;</Start>
<End>&#601;</End>
</CharacterRegion>
</CharacterRegions>
</Asset>
</XnaContent>