diff options
author | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-21 22:56:22 +0000 |
---|---|---|
committer | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-21 22:56:22 +0000 |
commit | be534433584be93ea3ac3b2adfe13438c37f5b68 (patch) | |
tree | b39812d0698f597a49e0004a93504877329f010c /us_maker_edition/game/themes/Deluxe | |
parent | e5cd532b766a0d9929c7a0d8c598b79fc94c14a1 (diff) | |
download | usdx-be534433584be93ea3ac3b2adfe13438c37f5b68.tar.gz usdx-be534433584be93ea3ac3b2adfe13438c37f5b68.tar.xz usdx-be534433584be93ea3ac3b2adfe13438c37f5b68.zip |
active headers: title, artist
header: mp3, background, cover as slide
possibility to modify headers by cursors
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2393 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | us_maker_edition/game/themes/Deluxe.ini | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/us_maker_edition/game/themes/Deluxe.ini b/us_maker_edition/game/themes/Deluxe.ini index 4410eecf..e93478a7 100644 --- a/us_maker_edition/game/themes/Deluxe.ini +++ b/us_maker_edition/game/themes/Deluxe.ini @@ -8744,9 +8744,10 @@ TextSize = 16 Text = EDIT_MP3 Tex = MainBar Type = Colorized -TexSBG = MainBar +TexSBG = SelectBG TypeSBG = Colorized -ShowArrows = 0 +ShowArrows = 1 +OneItemOnly = 1 SBGW = 350 Align = 0 @@ -8770,9 +8771,10 @@ TextSize = 16 Text = EDIT_COVER Tex = MainBar Type = Colorized -TexSBG = MainBar +TexSBG = SelectBG TypeSBG = Colorized -ShowArrows = 0 +ShowArrows = 1 +OneItemOnly = 1 SBGW = 350 Align = 0 @@ -8796,9 +8798,10 @@ TextSize = 16 Text = EDIT_BACKGROUND Tex = MainBar Type = Colorized -TexSBG = MainBar +TexSBG = SelectBG TypeSBG = Colorized -ShowArrows = 0 +ShowArrows = 1 +OneItemOnly = 1 SBGW = 350 Align = 0 |