aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-07 08:35:36 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-07 08:35:36 +0000
commitb007aad2fa55bb72b69ecfb56ba6207d31eff684 (patch)
tree09dcec66715852ca4a1773765e21ce9235485caa /Game
parentd7e4c8cd34e550c91c011b175b06627668b4b642 (diff)
downloadusdx-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')
-rw-r--r--Game/Code/UltraStar.rc66
-rw-r--r--Game/Fonts/Bold/Font 1024 Bold 16.pngbin36542 -> 0 bytes
-rw-r--r--Game/Fonts/Bold/Font 1024 Bold.datbin256 -> 0 bytes
-rw-r--r--Game/Fonts/Bold/eurostar_regular_bold.datbin256 -> 0 bytes
-rw-r--r--Game/Fonts/Bold/eurostar_regular_bold.pngbin64896 -> 0 bytes
-rw-r--r--Game/Fonts/Normal/eurostar_regular.datbin256 -> 0 bytes
-rw-r--r--Game/Fonts/Normal/eurostar_regular.pngbin46312 -> 0 bytes
-rw-r--r--Game/Fonts/Outline 1/Outline 1.datbin256 -> 0 bytes
-rw-r--r--Game/Fonts/Outline 1/Outline 1.pngbin42589 -> 0 bytes
-rw-r--r--Game/Fonts/Outline 2/Outline 2.datbin256 -> 0 bytes
-rw-r--r--Game/Fonts/Outline 2/Outline 2.pngbin63149 -> 0 bytes
-rw-r--r--Game/Graphics/NoCover.jpgbin33592 -> 0 bytes
-rw-r--r--Game/Graphics/credits_v5_bg.pngbin264166 -> 0 bytes
-rw-r--r--Game/Graphics/credits_v5_overlay.pngbin380739 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-01.pngbin31481 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-02.pngbin27728 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-03.pngbin222080 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-04.pngbin102638 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-05.pngbin26036 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-06.pngbin77860 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-07.pngbin31873 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-08.pngbin13041 -> 0 bytes
-rw-r--r--Game/Graphics/intro-l-09.pngbin7553 -> 0 bytes
-rw-r--r--Game/Graphics/names_blindguard.pngbin23478 -> 0 bytes
-rw-r--r--Game/Graphics/names_blindy.pngbin21958 -> 0 bytes
-rw-r--r--Game/Graphics/names_canni.pngbin17494 -> 0 bytes
-rw-r--r--Game/Graphics/names_commandio.pngbin20290 -> 0 bytes
-rw-r--r--Game/Graphics/names_lazyjoker.pngbin22641 -> 0 bytes
-rw-r--r--Game/Graphics/names_mog.pngbin17452 -> 0 bytes
-rw-r--r--Game/Graphics/names_mota.pngbin22027 -> 0 bytes
-rw-r--r--Game/Graphics/names_skillmaster.pngbin21424 -> 0 bytes
-rw-r--r--Game/Graphics/names_whiteshark.pngbin27531 -> 0 bytes
-rw-r--r--Game/Graphics/outro-bg.pngbin578211 -> 0 bytes
-rw-r--r--Game/Graphics/outro-esc.pngbin75369 -> 0 bytes
-rw-r--r--Game/Graphics/outro-exit-dark.pngbin68263 -> 0 bytes
-rw-r--r--Game/Graphics/us.icobin766 -> 0 bytes
-rw-r--r--Game/Graphics/ustar-icon_v01.icnsbin31252 -> 0 bytes
-rw-r--r--Game/Graphics/ustar-icon_v01.icobin22486 -> 0 bytes
-rw-r--r--Game/Sounds/dismissed.mp3bin5433 -> 0 bytes
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
deleted file mode 100644
index dc4f28e6..00000000
--- a/Game/Fonts/Bold/Font 1024 Bold 16.png
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Bold/Font 1024 Bold.dat b/Game/Fonts/Bold/Font 1024 Bold.dat
deleted file mode 100644
index ea9f2484..00000000
--- a/Game/Fonts/Bold/Font 1024 Bold.dat
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Bold/eurostar_regular_bold.dat b/Game/Fonts/Bold/eurostar_regular_bold.dat
deleted file mode 100644
index 1b2023e2..00000000
--- a/Game/Fonts/Bold/eurostar_regular_bold.dat
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Bold/eurostar_regular_bold.png b/Game/Fonts/Bold/eurostar_regular_bold.png
deleted file mode 100644
index 02f21f5d..00000000
--- a/Game/Fonts/Bold/eurostar_regular_bold.png
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Normal/eurostar_regular.dat b/Game/Fonts/Normal/eurostar_regular.dat
deleted file mode 100644
index f44ae7d8..00000000
--- a/Game/Fonts/Normal/eurostar_regular.dat
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Normal/eurostar_regular.png b/Game/Fonts/Normal/eurostar_regular.png
deleted file mode 100644
index 8a338965..00000000
--- a/Game/Fonts/Normal/eurostar_regular.png
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Outline 1/Outline 1.dat b/Game/Fonts/Outline 1/Outline 1.dat
deleted file mode 100644
index ea9f2484..00000000
--- a/Game/Fonts/Outline 1/Outline 1.dat
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Outline 1/Outline 1.png b/Game/Fonts/Outline 1/Outline 1.png
deleted file mode 100644
index 7b04ab1e..00000000
--- a/Game/Fonts/Outline 1/Outline 1.png
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Outline 2/Outline 2.dat b/Game/Fonts/Outline 2/Outline 2.dat
deleted file mode 100644
index 062f1629..00000000
--- a/Game/Fonts/Outline 2/Outline 2.dat
+++ /dev/null
Binary files differ
diff --git a/Game/Fonts/Outline 2/Outline 2.png b/Game/Fonts/Outline 2/Outline 2.png
deleted file mode 100644
index 01ec53a0..00000000
--- a/Game/Fonts/Outline 2/Outline 2.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/NoCover.jpg b/Game/Graphics/NoCover.jpg
deleted file mode 100644
index 0a424708..00000000
--- a/Game/Graphics/NoCover.jpg
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/credits_v5_bg.png b/Game/Graphics/credits_v5_bg.png
deleted file mode 100644
index 23dfedd7..00000000
--- a/Game/Graphics/credits_v5_bg.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/credits_v5_overlay.png b/Game/Graphics/credits_v5_overlay.png
deleted file mode 100644
index 6dad2a4f..00000000
--- a/Game/Graphics/credits_v5_overlay.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-01.png b/Game/Graphics/intro-l-01.png
deleted file mode 100644
index 91561598..00000000
--- a/Game/Graphics/intro-l-01.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-02.png b/Game/Graphics/intro-l-02.png
deleted file mode 100644
index 57a63175..00000000
--- a/Game/Graphics/intro-l-02.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-03.png b/Game/Graphics/intro-l-03.png
deleted file mode 100644
index d4d0757e..00000000
--- a/Game/Graphics/intro-l-03.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-04.png b/Game/Graphics/intro-l-04.png
deleted file mode 100644
index 8c98b00a..00000000
--- a/Game/Graphics/intro-l-04.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-05.png b/Game/Graphics/intro-l-05.png
deleted file mode 100644
index c613925e..00000000
--- a/Game/Graphics/intro-l-05.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-06.png b/Game/Graphics/intro-l-06.png
deleted file mode 100644
index c8e55c01..00000000
--- a/Game/Graphics/intro-l-06.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-07.png b/Game/Graphics/intro-l-07.png
deleted file mode 100644
index dd6286ae..00000000
--- a/Game/Graphics/intro-l-07.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-08.png b/Game/Graphics/intro-l-08.png
deleted file mode 100644
index 034f9d24..00000000
--- a/Game/Graphics/intro-l-08.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/intro-l-09.png b/Game/Graphics/intro-l-09.png
deleted file mode 100644
index 7cd1f7f5..00000000
--- a/Game/Graphics/intro-l-09.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_blindguard.png b/Game/Graphics/names_blindguard.png
deleted file mode 100644
index a19f1b03..00000000
--- a/Game/Graphics/names_blindguard.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_blindy.png b/Game/Graphics/names_blindy.png
deleted file mode 100644
index 828e54cb..00000000
--- a/Game/Graphics/names_blindy.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_canni.png b/Game/Graphics/names_canni.png
deleted file mode 100644
index 7881937a..00000000
--- a/Game/Graphics/names_canni.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_commandio.png b/Game/Graphics/names_commandio.png
deleted file mode 100644
index 12214cb0..00000000
--- a/Game/Graphics/names_commandio.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_lazyjoker.png b/Game/Graphics/names_lazyjoker.png
deleted file mode 100644
index 6d8a8a08..00000000
--- a/Game/Graphics/names_lazyjoker.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_mog.png b/Game/Graphics/names_mog.png
deleted file mode 100644
index 2cebc464..00000000
--- a/Game/Graphics/names_mog.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_mota.png b/Game/Graphics/names_mota.png
deleted file mode 100644
index 0263f71b..00000000
--- a/Game/Graphics/names_mota.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_skillmaster.png b/Game/Graphics/names_skillmaster.png
deleted file mode 100644
index 9f92cb6b..00000000
--- a/Game/Graphics/names_skillmaster.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/names_whiteshark.png b/Game/Graphics/names_whiteshark.png
deleted file mode 100644
index 71b7d58c..00000000
--- a/Game/Graphics/names_whiteshark.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/outro-bg.png b/Game/Graphics/outro-bg.png
deleted file mode 100644
index f12d5826..00000000
--- a/Game/Graphics/outro-bg.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/outro-esc.png b/Game/Graphics/outro-esc.png
deleted file mode 100644
index 01ce735a..00000000
--- a/Game/Graphics/outro-esc.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/outro-exit-dark.png b/Game/Graphics/outro-exit-dark.png
deleted file mode 100644
index dcb232f0..00000000
--- a/Game/Graphics/outro-exit-dark.png
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/us.ico b/Game/Graphics/us.ico
deleted file mode 100644
index e21ed5e8..00000000
--- a/Game/Graphics/us.ico
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/ustar-icon_v01.icns b/Game/Graphics/ustar-icon_v01.icns
deleted file mode 100644
index 76bfe2b6..00000000
--- a/Game/Graphics/ustar-icon_v01.icns
+++ /dev/null
Binary files differ
diff --git a/Game/Graphics/ustar-icon_v01.ico b/Game/Graphics/ustar-icon_v01.ico
deleted file mode 100644
index e5b21364..00000000
--- a/Game/Graphics/ustar-icon_v01.ico
+++ /dev/null
Binary files differ
diff --git a/Game/Sounds/dismissed.mp3 b/Game/Sounds/dismissed.mp3
deleted file mode 100644
index f478e7a3..00000000
--- a/Game/Sounds/dismissed.mp3
+++ /dev/null
Binary files differ