New fonts, loading progress doesn't stay stuck at 70% during SoundPlayer initialization
This commit is contained in:
@@ -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.
@@ -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.
@@ -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.
Reference in New Issue
Block a user