diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc new file mode 100644 index 00000000..22ee2142 --- /dev/null +++ b/Game/Code/UltraStar.rc @@ -0,0 +1,15 @@ +Button JPG "..\Graphics\MusicWheelItem song.jpg"
+
+Font BMP "..\Fonts\Normal\Font Normal 16.bmp"
+Font FNT "..\Fonts\Normal\Font Normal.dat"
+
+FontB BMP "..\Fonts\Bold\Font 1024 Bold 16.bmp"
+FontB FNT "..\Fonts\Bold\Font 1024 Bold.dat"
+
+FontO BMP "..\Fonts\Outline 1\Outline 36 (1024) 16c.bmp"
+FontO FNT "..\Fonts\Outline 1\Outline 36 (1024).dat"
+
+FontO2 BMP "..\Fonts\Outline 2\5 - Outline Dark Edited 16c.bmp"
+FontO2 FNT "..\Fonts\Outline 2\Outline.dat"
+
+MAINICON ICON "..\Graphics\us.ico"
|