diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-13 19:58:44 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-13 19:58:44 +0000 |
commit | 949fea202f6c963ad6c8a40040e1e9e6f909161b (patch) | |
tree | 9f6f683d203d55e41e5b7483b4038103d471ce76 /Game/Code/UltraStar.rc | |
parent | 1a7da68ae6e1368dae25821b15318bd1d2d9f88e (diff) | |
parent | efe5b06fd5715f550334692d28c2218896b62ce1 (diff) | |
download | usdx-949fea202f6c963ad6c8a40040e1e9e6f909161b.tar.gz usdx-949fea202f6c963ad6c8a40040e1e9e6f909161b.tar.xz usdx-949fea202f6c963ad6c8a40040e1e9e6f909161b.zip |
First multi platform version, works on Linux and Windows
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.1@855 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.rc')
-rw-r--r-- | Game/Code/UltraStar.rc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc new file mode 100644 index 00000000..4bd9145d --- /dev/null +++ b/Game/Code/UltraStar.rc @@ -0,0 +1,38 @@ +Font TEX "..\Fonts\Normal\eurostar_regular.png"
+Font FNT "..\Fonts\Normal\eurostar_regular.dat"
+
+FontB TEX "..\Fonts\Bold\eurostar_regular_bold.png"
+FontB FNT "..\Fonts\Bold\eurostar_regular_bold.dat"
+
+FontO TEX "..\Fonts\Outline 1\Outline 1.png"
+FontO FNT "..\Fonts\Outline 1\Outline 1.dat"
+
+FontO2 TEX "..\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"
+
+CRDTS_BG TEX "..\Graphics\credits_v5_bg.png"
+CRDTS_OVL TEX "..\Graphics\credits_v5_overlay.png"
+CRDTS_blindguard TEX "..\Graphics\names_blindguard.png"
+CRDTS_blindy TEX "..\Graphics\names_blindy.png"
+CRDTS_canni TEX "..\Graphics\names_canni.png"
+CRDTS_commandio TEX "..\Graphics\names_commandio.png"
+CRDTS_lazyjoker TEX "..\Graphics\names_lazyjoker.png"
+CRDTS_mog TEX "..\Graphics\names_mog.png"
+CRDTS_mota TEX "..\Graphics\names_mota.png"
+CRDTS_skillmaster TEX "..\Graphics\names_skillmaster.png"
+CRDTS_whiteshark TEX "..\Graphics\names_whiteshark.png"
+INTRO_L01 TEX "..\Graphics\intro-l-01.png"
+INTRO_L02 TEX "..\Graphics\intro-l-02.png"
+INTRO_L03 TEX "..\Graphics\intro-l-03.png"
+INTRO_L04 TEX "..\Graphics\intro-l-04.png"
+INTRO_L05 TEX "..\Graphics\intro-l-05.png"
+INTRO_L06 TEX "..\Graphics\intro-l-06.png"
+INTRO_L07 TEX "..\Graphics\intro-l-07.png"
+INTRO_L08 TEX "..\Graphics\intro-l-08.png"
+INTRO_L09 TEX "..\Graphics\intro-l-09.png"
+OUTRO_BG TEX "..\Graphics\outro-bg.png"
+OUTRO_ESC TEX "..\Graphics\outro-esc.png"
+OUTRO_EXD TEX "..\Graphics\outro-exit-dark.png" |