From f98839dba7e48a36cb6a2bdcbef547c7ef31aada Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 8 Jul 2007 14:06:50 +0000 Subject: 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 --- Game/Code/UltraStar.rc | 8 ++++---- Game/Fonts/Outline 1/Outline 1.dat | Bin 0 -> 256 bytes Game/Fonts/Outline 1/Outline 1.png | Bin 0 -> 49840 bytes Game/Fonts/Outline 1/Outline 36 (1024) 16c.png | Bin 49840 -> 0 bytes Game/Fonts/Outline 1/Outline 36 (1024).dat | Bin 256 -> 0 bytes Game/Fonts/Outline 2/5 - Outline Dark Edited 16c.PNG | Bin 49019 -> 0 bytes Game/Fonts/Outline 2/Outline 2.dat | Bin 0 -> 256 bytes Game/Fonts/Outline 2/Outline 2.png | Bin 0 -> 40714 bytes Game/Fonts/Outline 2/Outline.dat | Bin 256 -> 0 bytes 9 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Game/Fonts/Outline 1/Outline 1.dat create mode 100644 Game/Fonts/Outline 1/Outline 1.png delete mode 100644 Game/Fonts/Outline 1/Outline 36 (1024) 16c.png delete mode 100644 Game/Fonts/Outline 1/Outline 36 (1024).dat delete mode 100644 Game/Fonts/Outline 2/5 - Outline Dark Edited 16c.PNG create mode 100644 Game/Fonts/Outline 2/Outline 2.dat create mode 100644 Game/Fonts/Outline 2/Outline 2.png delete mode 100644 Game/Fonts/Outline 2/Outline.dat 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 diff --git a/Game/Fonts/Outline 1/Outline 1.dat b/Game/Fonts/Outline 1/Outline 1.dat new file mode 100644 index 00000000..ea9f2484 Binary files /dev/null and b/Game/Fonts/Outline 1/Outline 1.dat differ diff --git a/Game/Fonts/Outline 1/Outline 1.png b/Game/Fonts/Outline 1/Outline 1.png new file mode 100644 index 00000000..1e213823 Binary files /dev/null and b/Game/Fonts/Outline 1/Outline 1.png differ diff --git a/Game/Fonts/Outline 1/Outline 36 (1024) 16c.png b/Game/Fonts/Outline 1/Outline 36 (1024) 16c.png deleted file mode 100644 index 1e213823..00000000 Binary files a/Game/Fonts/Outline 1/Outline 36 (1024) 16c.png and /dev/null differ diff --git a/Game/Fonts/Outline 1/Outline 36 (1024).dat b/Game/Fonts/Outline 1/Outline 36 (1024).dat deleted file mode 100644 index ea9f2484..00000000 Binary files a/Game/Fonts/Outline 1/Outline 36 (1024).dat and /dev/null differ diff --git a/Game/Fonts/Outline 2/5 - Outline Dark Edited 16c.PNG b/Game/Fonts/Outline 2/5 - Outline Dark Edited 16c.PNG deleted file mode 100644 index d0a0a390..00000000 Binary files a/Game/Fonts/Outline 2/5 - Outline Dark Edited 16c.PNG and /dev/null differ diff --git a/Game/Fonts/Outline 2/Outline 2.dat b/Game/Fonts/Outline 2/Outline 2.dat new file mode 100644 index 00000000..062f1629 Binary files /dev/null and b/Game/Fonts/Outline 2/Outline 2.dat differ diff --git a/Game/Fonts/Outline 2/Outline 2.png b/Game/Fonts/Outline 2/Outline 2.png new file mode 100644 index 00000000..4e111f27 Binary files /dev/null and b/Game/Fonts/Outline 2/Outline 2.png differ diff --git a/Game/Fonts/Outline 2/Outline.dat b/Game/Fonts/Outline 2/Outline.dat deleted file mode 100644 index ea9f2484..00000000 Binary files a/Game/Fonts/Outline 2/Outline.dat and /dev/null differ -- cgit v1.2.3