From 467e742c7c03c78f0de5053cfe012cf6a9299960 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sat, 24 Mar 2007 14:01:23 +0000 Subject: Changed Fonts from BMP to PNG git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@24 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.rc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Game/Code/UltraStar.rc') diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc index 22ee2142..0ae2b756 100644 --- a/Game/Code/UltraStar.rc +++ b/Game/Code/UltraStar.rc @@ -1,15 +1,13 @@ -Button JPG "..\Graphics\MusicWheelItem song.jpg" - -Font BMP "..\Fonts\Normal\Font Normal 16.bmp" +Font PNG "..\Fonts\Normal\Font Normal 16.PNG" Font FNT "..\Fonts\Normal\Font Normal.dat" -FontB BMP "..\Fonts\Bold\Font 1024 Bold 16.bmp" +FontB PNG "..\Fonts\Bold\Font 1024 Bold 16.PNG" FontB FNT "..\Fonts\Bold\Font 1024 Bold.dat" -FontO BMP "..\Fonts\Outline 1\Outline 36 (1024) 16c.bmp" +FontO PNG "..\Fonts\Outline 1\Outline 36 (1024) 16c.PNG" FontO FNT "..\Fonts\Outline 1\Outline 36 (1024).dat" -FontO2 BMP "..\Fonts\Outline 2\5 - Outline Dark Edited 16c.bmp" +FontO2 PNG "..\Fonts\Outline 2\5 - Outline Dark Edited 16c.PNG" FontO2 FNT "..\Fonts\Outline 2\Outline.dat" -MAINICON ICON "..\Graphics\us.ico" +MAINICON ICON "..\Graphics\us.ico" \ No newline at end of file -- cgit v1.2.3