New fonts, loading progress doesn't stay stuck at 70% during SoundPlayer initialization

This commit is contained in:
Regalis
2017-02-22 23:31:11 +02:00
parent 27e74490a0
commit 5006a9af6c
8 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ with.
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
<Asset Type="Graphics:FontDescription">
<FontName>Verdana</FontName>
<FontName>Code Pro Bold</FontName>
<Size>16</Size>
Binary file not shown.
+2 -2
View File
@@ -8,9 +8,9 @@ with.
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
<Asset Type="Graphics:FontDescription">
<FontName>Verdana</FontName>
<FontName>Exo Light</FontName>
<Size>7</Size>
<Size>9</Size>
<Spacing>0</Spacing>
Binary file not shown.
+2 -2
View File
@@ -11,13 +11,13 @@ with.
<!--
Modify this string to change the font that will be imported.
-->
<FontName>Verdana</FontName>
<FontName>Exo Medium</FontName>
<!--
Size is a float value, measured in points. Modify this value to change
the size of the font.
-->
<Size>12</Size>
<Size>10</Size>
<!--
Spacing is a float value, measured in pixels. Modify this value to change
Binary file not shown.