Merge pull request #3182 from Mailaender/d2k-font

Added a new d2k title font
This commit is contained in:
Paul Chote
2013-05-28 03:14:24 -07:00
4 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ Also thanks to:
* Bugra Cuhadaroglu (BugraC)
* Christer Ulfsparre (Holloweye)
* Cody Brittain (Generalcamo)
* D2k Sardaukar
* Daniel Derejvanik (Harisson)
* Danny (Dan9550)
* Erasmus Schroder (rasco)

BIN
Dune2k.ttf Normal file

Binary file not shown.

View File

@@ -111,8 +111,8 @@ Fonts:
Font:FreeSansBold.ttf
Size:14
Title:
Font:titles.ttf
Size:48
Font:Dune2k.ttf
Size:32
BigBold:
Font:FreeSansBold.ttf
Size:24

View File

@@ -30,7 +30,7 @@ markdown DOCUMENTATION.md > DOCUMENTATION.html
# they are now installed to the game directory instead of placed in the gac
FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.FileFormats.dll \
OpenRA.Renderer.SdlCommon.dll OpenRA.Renderer.Cg.dll OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll \
FreeSans.ttf FreeSansBold.ttf titles.ttf cg glsl mods/ra mods/cnc mods/d2k \
FreeSans.ttf FreeSansBold.ttf titles.ttf Dune2k.ttf cg glsl mods/ra mods/cnc mods/d2k \
README.html CONTRIBUTING.html DOCUMENTATION.html COPYING HACKING INSTALL CHANGELOG"
echo "Copying files..."