diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 08:35:36 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 08:35:36 +0000 |
commit | b007aad2fa55bb72b69ecfb56ba6207d31eff684 (patch) | |
tree | 09dcec66715852ca4a1773765e21ce9235485caa /Game | |
parent | d7e4c8cd34e550c91c011b175b06627668b4b642 (diff) | |
download | usdx-b007aad2fa55bb72b69ecfb56ba6207d31eff684.tar.gz usdx-b007aad2fa55bb72b69ecfb56ba6207d31eff684.tar.xz usdx-b007aad2fa55bb72b69ecfb56ba6207d31eff684.zip |
moved resources from /Game to /Resources
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1012 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
39 files changed, 33 insertions, 33 deletions
diff --git a/Game/Code/UltraStar.rc b/Game/Code/UltraStar.rc index 622d0135..eae06f54 100644 --- a/Game/Code/UltraStar.rc +++ b/Game/Code/UltraStar.rc @@ -1,38 +1,38 @@ -Font TEX "../Fonts/Normal/eurostar_regular.png"
-Font FNT "../Fonts/Normal/eurostar_regular.dat"
+Font TEX "../../Resources/Fonts/Normal/eurostar_regular.png"
+Font FNT "../../Resources/Fonts/Normal/eurostar_regular.dat"
-FontB TEX "../Fonts/Bold/eurostar_regular_bold.png"
-FontB FNT "../Fonts/Bold/eurostar_regular_bold.dat"
+FontB TEX "../../Resources/Fonts/Bold/eurostar_regular_bold.png"
+FontB FNT "../../Resources/Fonts/Bold/eurostar_regular_bold.dat"
-FontO TEX "../Fonts/Outline 1/Outline 1.png"
-FontO FNT "../Fonts/Outline 1/Outline 1.dat"
+FontO TEX "../../Resources/Fonts/Outline 1/Outline 1.png"
+FontO FNT "../../Resources/Fonts/Outline 1/Outline 1.dat"
-FontO2 TEX "../Fonts/Outline 2/Outline 2.png"
-FontO2 FNT "../Fonts/Outline 2/Outline 2.dat"
+FontO2 TEX "../../Resources/Fonts/Outline 2/Outline 2.png"
+FontO2 FNT "../../Resources/Fonts/Outline 2/Outline 2.dat"
-MAINICON ICON "../Graphics/ustar-icon_v01.ico"
-//MAINICON ICON "../Graphics/us.ico"
+MAINICON ICON "../../Resources/Graphics/ustar-icon_v01.ico"
+//MAINICON ICON "../../Resources/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"
+CRDTS_BG TEX "../../Resources/Graphics/credits_v5_bg.png"
+CRDTS_OVL TEX "../../Resources/Graphics/credits_v5_overlay.png"
+CRDTS_blindguard TEX "../../Resources/Graphics/names_blindguard.png"
+CRDTS_blindy TEX "../../Resources/Graphics/names_blindy.png"
+CRDTS_canni TEX "../../Resources/Graphics/names_canni.png"
+CRDTS_commandio TEX "../../Resources/Graphics/names_commandio.png"
+CRDTS_lazyjoker TEX "../../Resources/Graphics/names_lazyjoker.png"
+CRDTS_mog TEX "../../Resources/Graphics/names_mog.png"
+CRDTS_mota TEX "../../Resources/Graphics/names_mota.png"
+CRDTS_skillmaster TEX "../../Resources/Graphics/names_skillmaster.png"
+CRDTS_whiteshark TEX "../../Resources/Graphics/names_whiteshark.png"
+INTRO_L01 TEX "../../Resources/Graphics/intro-l-01.png"
+INTRO_L02 TEX "../../Resources/Graphics/intro-l-02.png"
+INTRO_L03 TEX "../../Resources/Graphics/intro-l-03.png"
+INTRO_L04 TEX "../../Resources/Graphics/intro-l-04.png"
+INTRO_L05 TEX "../../Resources/Graphics/intro-l-05.png"
+INTRO_L06 TEX "../../Resources/Graphics/intro-l-06.png"
+INTRO_L07 TEX "../../Resources/Graphics/intro-l-07.png"
+INTRO_L08 TEX "../../Resources/Graphics/intro-l-08.png"
+INTRO_L09 TEX "../../Resources/Graphics/intro-l-09.png"
+OUTRO_BG TEX "../../Resources/Graphics/outro-bg.png"
+OUTRO_ESC TEX "../../Resources/Graphics/outro-esc.png"
+OUTRO_EXD TEX "../../Resources/Graphics/outro-exit-dark.png"
diff --git a/Game/Fonts/Bold/Font 1024 Bold 16.png b/Game/Fonts/Bold/Font 1024 Bold 16.png Binary files differdeleted file mode 100644 index dc4f28e6..00000000 --- a/Game/Fonts/Bold/Font 1024 Bold 16.png +++ /dev/null diff --git a/Game/Fonts/Bold/Font 1024 Bold.dat b/Game/Fonts/Bold/Font 1024 Bold.dat Binary files differdeleted file mode 100644 index ea9f2484..00000000 --- a/Game/Fonts/Bold/Font 1024 Bold.dat +++ /dev/null diff --git a/Game/Fonts/Bold/eurostar_regular_bold.dat b/Game/Fonts/Bold/eurostar_regular_bold.dat Binary files differdeleted file mode 100644 index 1b2023e2..00000000 --- a/Game/Fonts/Bold/eurostar_regular_bold.dat +++ /dev/null diff --git a/Game/Fonts/Bold/eurostar_regular_bold.png b/Game/Fonts/Bold/eurostar_regular_bold.png Binary files differdeleted file mode 100644 index 02f21f5d..00000000 --- a/Game/Fonts/Bold/eurostar_regular_bold.png +++ /dev/null diff --git a/Game/Fonts/Normal/eurostar_regular.dat b/Game/Fonts/Normal/eurostar_regular.dat Binary files differdeleted file mode 100644 index f44ae7d8..00000000 --- a/Game/Fonts/Normal/eurostar_regular.dat +++ /dev/null diff --git a/Game/Fonts/Normal/eurostar_regular.png b/Game/Fonts/Normal/eurostar_regular.png Binary files differdeleted file mode 100644 index 8a338965..00000000 --- a/Game/Fonts/Normal/eurostar_regular.png +++ /dev/null diff --git a/Game/Fonts/Outline 1/Outline 1.dat b/Game/Fonts/Outline 1/Outline 1.dat Binary files differdeleted file mode 100644 index ea9f2484..00000000 --- a/Game/Fonts/Outline 1/Outline 1.dat +++ /dev/null diff --git a/Game/Fonts/Outline 1/Outline 1.png b/Game/Fonts/Outline 1/Outline 1.png Binary files differdeleted file mode 100644 index 7b04ab1e..00000000 --- a/Game/Fonts/Outline 1/Outline 1.png +++ /dev/null diff --git a/Game/Fonts/Outline 2/Outline 2.dat b/Game/Fonts/Outline 2/Outline 2.dat Binary files differdeleted file mode 100644 index 062f1629..00000000 --- a/Game/Fonts/Outline 2/Outline 2.dat +++ /dev/null diff --git a/Game/Fonts/Outline 2/Outline 2.png b/Game/Fonts/Outline 2/Outline 2.png Binary files differdeleted file mode 100644 index 01ec53a0..00000000 --- a/Game/Fonts/Outline 2/Outline 2.png +++ /dev/null diff --git a/Game/Graphics/NoCover.jpg b/Game/Graphics/NoCover.jpg Binary files differdeleted file mode 100644 index 0a424708..00000000 --- a/Game/Graphics/NoCover.jpg +++ /dev/null diff --git a/Game/Graphics/credits_v5_bg.png b/Game/Graphics/credits_v5_bg.png Binary files differdeleted file mode 100644 index 23dfedd7..00000000 --- a/Game/Graphics/credits_v5_bg.png +++ /dev/null diff --git a/Game/Graphics/credits_v5_overlay.png b/Game/Graphics/credits_v5_overlay.png Binary files differdeleted file mode 100644 index 6dad2a4f..00000000 --- a/Game/Graphics/credits_v5_overlay.png +++ /dev/null diff --git a/Game/Graphics/intro-l-01.png b/Game/Graphics/intro-l-01.png Binary files differdeleted file mode 100644 index 91561598..00000000 --- a/Game/Graphics/intro-l-01.png +++ /dev/null diff --git a/Game/Graphics/intro-l-02.png b/Game/Graphics/intro-l-02.png Binary files differdeleted file mode 100644 index 57a63175..00000000 --- a/Game/Graphics/intro-l-02.png +++ /dev/null diff --git a/Game/Graphics/intro-l-03.png b/Game/Graphics/intro-l-03.png Binary files differdeleted file mode 100644 index d4d0757e..00000000 --- a/Game/Graphics/intro-l-03.png +++ /dev/null diff --git a/Game/Graphics/intro-l-04.png b/Game/Graphics/intro-l-04.png Binary files differdeleted file mode 100644 index 8c98b00a..00000000 --- a/Game/Graphics/intro-l-04.png +++ /dev/null diff --git a/Game/Graphics/intro-l-05.png b/Game/Graphics/intro-l-05.png Binary files differdeleted file mode 100644 index c613925e..00000000 --- a/Game/Graphics/intro-l-05.png +++ /dev/null diff --git a/Game/Graphics/intro-l-06.png b/Game/Graphics/intro-l-06.png Binary files differdeleted file mode 100644 index c8e55c01..00000000 --- a/Game/Graphics/intro-l-06.png +++ /dev/null diff --git a/Game/Graphics/intro-l-07.png b/Game/Graphics/intro-l-07.png Binary files differdeleted file mode 100644 index dd6286ae..00000000 --- a/Game/Graphics/intro-l-07.png +++ /dev/null diff --git a/Game/Graphics/intro-l-08.png b/Game/Graphics/intro-l-08.png Binary files differdeleted file mode 100644 index 034f9d24..00000000 --- a/Game/Graphics/intro-l-08.png +++ /dev/null diff --git a/Game/Graphics/intro-l-09.png b/Game/Graphics/intro-l-09.png Binary files differdeleted file mode 100644 index 7cd1f7f5..00000000 --- a/Game/Graphics/intro-l-09.png +++ /dev/null diff --git a/Game/Graphics/names_blindguard.png b/Game/Graphics/names_blindguard.png Binary files differdeleted file mode 100644 index a19f1b03..00000000 --- a/Game/Graphics/names_blindguard.png +++ /dev/null diff --git a/Game/Graphics/names_blindy.png b/Game/Graphics/names_blindy.png Binary files differdeleted file mode 100644 index 828e54cb..00000000 --- a/Game/Graphics/names_blindy.png +++ /dev/null diff --git a/Game/Graphics/names_canni.png b/Game/Graphics/names_canni.png Binary files differdeleted file mode 100644 index 7881937a..00000000 --- a/Game/Graphics/names_canni.png +++ /dev/null diff --git a/Game/Graphics/names_commandio.png b/Game/Graphics/names_commandio.png Binary files differdeleted file mode 100644 index 12214cb0..00000000 --- a/Game/Graphics/names_commandio.png +++ /dev/null diff --git a/Game/Graphics/names_lazyjoker.png b/Game/Graphics/names_lazyjoker.png Binary files differdeleted file mode 100644 index 6d8a8a08..00000000 --- a/Game/Graphics/names_lazyjoker.png +++ /dev/null diff --git a/Game/Graphics/names_mog.png b/Game/Graphics/names_mog.png Binary files differdeleted file mode 100644 index 2cebc464..00000000 --- a/Game/Graphics/names_mog.png +++ /dev/null diff --git a/Game/Graphics/names_mota.png b/Game/Graphics/names_mota.png Binary files differdeleted file mode 100644 index 0263f71b..00000000 --- a/Game/Graphics/names_mota.png +++ /dev/null diff --git a/Game/Graphics/names_skillmaster.png b/Game/Graphics/names_skillmaster.png Binary files differdeleted file mode 100644 index 9f92cb6b..00000000 --- a/Game/Graphics/names_skillmaster.png +++ /dev/null diff --git a/Game/Graphics/names_whiteshark.png b/Game/Graphics/names_whiteshark.png Binary files differdeleted file mode 100644 index 71b7d58c..00000000 --- a/Game/Graphics/names_whiteshark.png +++ /dev/null diff --git a/Game/Graphics/outro-bg.png b/Game/Graphics/outro-bg.png Binary files differdeleted file mode 100644 index f12d5826..00000000 --- a/Game/Graphics/outro-bg.png +++ /dev/null diff --git a/Game/Graphics/outro-esc.png b/Game/Graphics/outro-esc.png Binary files differdeleted file mode 100644 index 01ce735a..00000000 --- a/Game/Graphics/outro-esc.png +++ /dev/null diff --git a/Game/Graphics/outro-exit-dark.png b/Game/Graphics/outro-exit-dark.png Binary files differdeleted file mode 100644 index dcb232f0..00000000 --- a/Game/Graphics/outro-exit-dark.png +++ /dev/null diff --git a/Game/Graphics/us.ico b/Game/Graphics/us.ico Binary files differdeleted file mode 100644 index e21ed5e8..00000000 --- a/Game/Graphics/us.ico +++ /dev/null diff --git a/Game/Graphics/ustar-icon_v01.icns b/Game/Graphics/ustar-icon_v01.icns Binary files differdeleted file mode 100644 index 76bfe2b6..00000000 --- a/Game/Graphics/ustar-icon_v01.icns +++ /dev/null diff --git a/Game/Graphics/ustar-icon_v01.ico b/Game/Graphics/ustar-icon_v01.ico Binary files differdeleted file mode 100644 index e5b21364..00000000 --- a/Game/Graphics/ustar-icon_v01.ico +++ /dev/null diff --git a/Game/Sounds/dismissed.mp3 b/Game/Sounds/dismissed.mp3 Binary files differdeleted file mode 100644 index f478e7a3..00000000 --- a/Game/Sounds/dismissed.mp3 +++ /dev/null |