diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-09 19:15:09 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-09 19:15:09 +0000 |
commit | 58a47541955f5010269d72a06e307bbb945211ea (patch) | |
tree | 1c70761d13c31aa959c54836d78306ba63057c98 /Game/Output/Themes | |
parent | 994ff6bfd803edd76f45e7b2e083c2bbd06e0cf3 (diff) | |
download | usdx-58a47541955f5010269d72a06e307bbb945211ea.tar.gz usdx-58a47541955f5010269d72a06e307bbb945211ea.tar.xz usdx-58a47541955f5010269d72a06e307bbb945211ea.zip |
- added missing files for iStar Theme
- added shuffle mode for song menu (random song preview when user idles for some time)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2225 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Output/Themes')
-rw-r--r-- | Game/Output/Themes/Blue Sensation.ini | 24 | ||||
-rw-r--r-- | Game/Output/Themes/Deluxe.ini | 24 | ||||
-rw-r--r-- | Game/Output/Themes/iStar.ini | 24 |
3 files changed, 66 insertions, 6 deletions
diff --git a/Game/Output/Themes/Blue Sensation.ini b/Game/Output/Themes/Blue Sensation.ini index 1874fc7e..656f7890 100644 --- a/Game/Output/Themes/Blue Sensation.ini +++ b/Game/Output/Themes/Blue Sensation.ini @@ -3373,12 +3373,32 @@ SBGDColor = ColorLight STColor = White
STDColor = GrayDark
+[OptionsGameSelectShuffleTime]
+Tex =MainBar
+TexSBG =SelectBG
+Text =SING_OPTIONS_GAME_SHUFFLETIME
+X = 40
+Y = 360
+W = 230
+H = 70
+SkipX = 50
+
+Color =ColorDark
+DColor = ColorLight
+TColor = White
+TDColor = White
+SBGTex =MainBar
+SBGColor = ColorDark
+SBGDColor = ColorLight
+STColor = White
+STDColor = GrayDark
+
[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_DEBUG
X = 40
-Y = 360
+Y = 415
W = 230
H = 70
SkipX = 50
@@ -3395,7 +3415,7 @@ STDColor = GrayDark [OptionsGameButtonExit]
X = 40
-Y = 415
+Y = 470
W = 230
H = 70
Tex =MainBar
diff --git a/Game/Output/Themes/Deluxe.ini b/Game/Output/Themes/Deluxe.ini index e7b32d5f..14995bc8 100644 --- a/Game/Output/Themes/Deluxe.ini +++ b/Game/Output/Themes/Deluxe.ini @@ -2768,12 +2768,32 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
+[OptionsGameSelectShuffleTime]
+Tex =MainBar
+TexSBG =SelectBG
+Text =SING_OPTIONS_GAME_SHUFFLETIME
+X = 40
+Y = 360
+W = 230
+H = 70
+SkipX = 50
+
+Color = ColorDark
+DColor = Gray
+TColor = White
+TDColor = White
+SBGTex =MainBar
+SBGColor = ColorDark
+SBGDColor = Gray
+STColor = White
+STDColor = GrayDark
+
[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_DEBUG
X = 40
-Y = 360
+Y = 415
W = 230
H = 70
SkipX = 50
@@ -2790,7 +2810,7 @@ STDColor = GrayDark [OptionsGameButtonExit]
X = 40
-Y = 415
+Y = 470
W = 230
H = 70
Tex =MainBar
diff --git a/Game/Output/Themes/iStar.ini b/Game/Output/Themes/iStar.ini index bf0c438f..8ccf0323 100644 --- a/Game/Output/Themes/iStar.ini +++ b/Game/Output/Themes/iStar.ini @@ -3351,12 +3351,32 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
+[OptionsGameSelectShuffleTime]
+Tex =MainBar
+TexSBG =SelectBG
+Text =SING_OPTIONS_GAME_SHUFFLETIME
+X = 40
+Y = 360
+W = 230
+H = 70
+SkipX = 50
+
+Color = ColorDark
+DColor = Gray
+TColor = White
+TDColor = White
+SBGTex =MainBar
+SBGColor = ColorDark
+SBGDColor = Gray
+STColor = White
+STDColor = GrayDark
+
[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_DEBUG
X = 40
-Y = 360
+Y = 415
W = 230
H = 70
SkipX = 50
@@ -3373,7 +3393,7 @@ STDColor = GrayDark [OptionsGameButtonExit]
X = 40
-Y = 415
+Y = 470
W = 230
H = 70
Tex =MainBar
|