From 217cd16e10ff809e7382e5447f1ccde60f3e8564 Mon Sep 17 00:00:00 2001 From: b1indy Date: Fri, 21 Sep 2007 22:15:36 +0000 Subject: first try to load textures with SDL_Image supported texture types are: Plain, Transparent and Colorized (textures in the resource file must be typed TEX) everything else (Font Black, ...) is not implemented. So beware - it looks really broken. There seems to be a problem with The covers - I just didn't understand, what's going on there. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@428 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.rc | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'Game/Code/UltraStar.rc') diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc index cf954deb..cc12eb51 100644 --- a/Game/Code/UltraStar.rc +++ b/Game/Code/UltraStar.rc @@ -1,38 +1,38 @@ -Font PNG "..\Fonts\Normal\eurostar_regular.png" +Font TEX "..\Fonts\Normal\eurostar_regular.png" Font FNT "..\Fonts\Normal\eurostar_regular.dat" -FontB PNG "..\Fonts\Bold\eurostar_regular_bold.png" +FontB TEX "..\Fonts\Bold\eurostar_regular_bold.png" FontB FNT "..\Fonts\Bold\eurostar_regular_bold.dat" -FontO PNG "..\Fonts\Outline 1\Outline 1.PNG" +FontO TEX "..\Fonts\Outline 1\Outline 1.png" FontO FNT "..\Fonts\Outline 1\Outline 1.dat" -FontO2 PNG "..\Fonts\Outline 2\Outline 2.PNG" +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 PNG "..\Graphics\credits_v5_bg.png" -CRDTS_OVL PNG "..\Graphics\credits_v5_overlay.png" -CRDTS_blindguard PNG "..\Graphics\names_blindguard.png" -CRDTS_blindy PNG "..\Graphics\names_blindy.png" -CRDTS_canni PNG "..\Graphics\names_canni.png" -CRDTS_commandio PNG "..\Graphics\names_commandio.png" -CRDTS_lazyjoker PNG "..\Graphics\names_lazyjoker.png" -CRDTS_mog PNG "..\Graphics\names_mog.png" -CRDTS_mota PNG "..\Graphics\names_mota.png" -CRDTS_skillmaster PNG "..\Graphics\names_skillmaster.png" -CRDTS_whiteshark PNG "..\Graphics\names_whiteshark.png" -INTRO_L01 PNG "..\Graphics\intro-l-01.png" -INTRO_L02 PNG "..\Graphics\intro-l-02.png" -INTRO_L03 PNG "..\Graphics\intro-l-03.png" -INTRO_L04 PNG "..\Graphics\intro-l-04.png" -INTRO_L05 PNG "..\Graphics\intro-l-05.png" -INTRO_L06 PNG "..\Graphics\intro-l-06.png" -INTRO_L07 PNG "..\Graphics\intro-l-07.png" -INTRO_L08 PNG "..\Graphics\intro-l-08.png" -INTRO_L09 PNG "..\Graphics\intro-l-09.png" -OUTRO_BG PNG "..\Graphics\outro-bg.png" -OUTRO_ESC PNG "..\Graphics\outro-esc.png" -OUTRO_EXD PNG "..\Graphics\outro-exit-dark.png" \ No newline at end of file +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" \ No newline at end of file -- cgit v1.2.3