diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-26 19:42:55 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-26 19:42:55 +0000 |
commit | b2518890d0dd62eeb96ee8b4b5f2d86e61ca75e7 (patch) | |
tree | aff3f22b7fc7ef8b8fe69d0714ffaf968e96ccdb /Themes | |
parent | 88180a90a43d3a5392b300b95d62249f11fed786 (diff) | |
download | usdx-b2518890d0dd62eeb96ee8b4b5f2d86e61ca75e7.tar.gz usdx-b2518890d0dd62eeb96ee8b4b5f2d86e61ca75e7.tar.xz usdx-b2518890d0dd62eeb96ee8b4b5f2d86e61ca75e7.zip |
Added PS3 like ButtonFade ability
Some new ThemeButton Attributes:
DeSelectReflectionSpacing: ReflectionSpacing when Button is not Selected
Fade: Enable Stepings in Fading
FadeText: Fade Texts with Button
SelectW, SelectH: Width and Height when Button is Selected
FadeTex: Texture used when Button Fades to not stretch the Texture. Not nessecary.
FadeTexPos: Position of FadeTex
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@143 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/Deluxe.ini | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 18533519..d64536ec 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -130,6 +130,13 @@ DColor = LightBlue Type=Font Black
Texts=1
Reflection=1
+ReflectionSpacing=15
+DeSelectReflectionSpacing=280
+Fade=1
+FadeText=1
+SelectH=150
+FadeTex=ButtonFade
+FadeTexPos=0
[MainButtonSoloText1]
X =75
@@ -151,6 +158,13 @@ DColor = LightBlue Type=Font Black
Texts=1
Reflection=1
+ReflectionSpacing=15
+DeSelectReflectionSpacing=280
+Fade=1
+FadeText=1
+SelectH=150
+FadeTex=ButtonFade
+FadeTexPos=0
[MainButtonEditorText1]
X =75
@@ -172,6 +186,13 @@ DColor = LightBlue Type=Font Black
Texts=1
Reflection=1
+ReflectionSpacing=15
+DeSelectReflectionSpacing=280
+Fade=1
+FadeText=1
+SelectH=150
+FadeTex=ButtonFade
+FadeTexPos=0
[MainButtonOptionsText1]
X =75
@@ -193,6 +214,13 @@ DColor = LightBlue Type=Font Black
Texts=1
Reflection=1
+ReflectionSpacing=15
+DeSelectReflectionSpacing=280
+Fade=1
+FadeText=1
+SelectH=150
+FadeTex=ButtonFade
+FadeTexPos=0
[MainButtonExitText1]
X =75
|