diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-01 19:32:49 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-01 19:32:49 +0000 |
commit | f76443329ab6d536326080d14f5565f066ca433f (patch) | |
tree | 7e4f585c81d52accb7cf15527fc95a2f4f2793f4 /Game/Output/Themes | |
parent | 4ec8eae5229e26b8ee648f5168d9b9c7f4e154eb (diff) | |
download | usdx-f76443329ab6d536326080d14f5565f066ca433f.tar.gz usdx-f76443329ab6d536326080d14f5565f066ca433f.tar.xz usdx-f76443329ab6d536326080d14f5565f066ca433f.zip |
summerizing of highscores in top screen as an option (never, dynamic, always);
top 3 in song menu;
ctrl+print for jpg screenshots;
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2164 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Output/Themes')
-rw-r--r-- | Game/Output/Themes/Deluxe.ini | 61 |
1 files changed, 60 insertions, 1 deletions
diff --git a/Game/Output/Themes/Deluxe.ini b/Game/Output/Themes/Deluxe.ini index 579d102d..26c7f431 100644 --- a/Game/Output/Themes/Deluxe.ini +++ b/Game/Output/Themes/Deluxe.ini @@ -4030,11 +4030,31 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
-[OptionsAdvancedButtonExit]
+[OptionsAdvancedSelectSumPlayers]
+Tex =MainBar
+TexSBG =SelectBG
+Text =SING_OPTIONS_ADVANCED_SUMPLAYERS
X = 40
Y = 415
W = 230
H = 70
+SkipX = 50
+
+Color = ColorDark
+DColor = Gray
+TColor = White
+TDColor = White
+SBGTex =MainBar
+SBGColor = ColorDark
+SBGDColor = Gray
+STColor = White
+STDColor = GrayDark
+
+[OptionsAdvancedButtonExit]
+X = 40
+Y = 470
+W = 230
+H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
@@ -9025,6 +9045,45 @@ Size =7 Align =0
Text=4) Artist - Title
+[SongStaticTop]
+Tex =SongMenuBG
+X =25
+Y =365
+W =220
+H =155
+Z =0.94
+Int=1
+Color =ColorDark
+Type=Font Black
+
+[SongTextTop1]
+X =30
+Y =370
+Color=White
+Font =0
+Size =9
+Align =0
+Text=1. Player No 1
+
+[SongTextTop2]
+X =30
+Y =420
+Color=White
+Font =0
+Size =9
+Align =0
+Text=2. Player No 2
+
+[SongTextTop3]
+X =30
+Y =470
+Color=White
+Font =0
+Size =9
+Align =0
+Text=3. Player No 3
+
+
[SongTextM2P1]
X = 400
Y = 60
|