diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-07-08 14:06:50 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-07-08 14:06:50 +0000 |
commit | f98839dba7e48a36cb6a2bdcbef547c7ef31aada (patch) | |
tree | cc56712de7895217770d13502a84c637beb3864d /Game/Code | |
parent | c9d28ba8d798c2e7defc1449f591dd8b150d117e (diff) | |
download | usdx-f98839dba7e48a36cb6a2bdcbef547c7ef31aada.tar.gz usdx-f98839dba7e48a36cb6a2bdcbef547c7ef31aada.tar.xz usdx-f98839dba7e48a36cb6a2bdcbef547c7ef31aada.zip |
Changed Outline Font Filenames
Changed Outline2 Font to official Ultrastars Outline1 Font for better Song backward compatibility
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@280 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/UltraStar.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc index 68d68e4b..2160cfb8 100644 --- a/Game/Code/UltraStar.rc +++ b/Game/Code/UltraStar.rc @@ -4,11 +4,11 @@ Font FNT "..\Fonts\Normal\eurostar_regular.dat" FontB PNG "..\Fonts\Bold\eurostar_regular_bold.png"
FontB FNT "..\Fonts\Bold\eurostar_regular_bold.dat"
-FontO PNG "..\Fonts\Outline 1\Outline 36 (1024) 16c.PNG"
-FontO FNT "..\Fonts\Outline 1\Outline 36 (1024).dat"
+FontO PNG "..\Fonts\Outline 1\Outline 1.PNG"
+FontO FNT "..\Fonts\Outline 1\Outline 1.dat"
-FontO2 PNG "..\Fonts\Outline 2\5 - Outline Dark Edited 16c.PNG"
-FontO2 FNT "..\Fonts\Outline 2\Outline.dat"
+FontO2 PNG "..\Fonts\Outline 2\Outline 2.PNG"
+FontO2 FNT "..\Fonts\Outline 2\Outline 2.dat"
MAINICON ICON "..\Graphics\ustar-icon_v01.ico"
//MAINICON ICON "..\Graphics\us.ico"
\ No newline at end of file |