aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.rc
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-03-24 14:01:23 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-03-24 14:01:23 +0000
commit467e742c7c03c78f0de5053cfe012cf6a9299960 (patch)
treec65daa3c4f8bb9b476734712c37b62b6cd2d224b /Game/Code/UltraStar.rc
parent5ce375d1b7493e41a3ac14b979932d6cf7d73285 (diff)
downloadusdx-467e742c7c03c78f0de5053cfe012cf6a9299960.tar.gz
usdx-467e742c7c03c78f0de5053cfe012cf6a9299960.tar.xz
usdx-467e742c7c03c78f0de5053cfe012cf6a9299960.zip
Changed Fonts from BMP to PNG
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@24 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.rc')
-rw-r--r--Game/Code/UltraStar.rc12
1 files changed, 5 insertions, 7 deletions
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