transition/animation cleanup

This commit is contained in:
Chris Danford
2009-04-02 23:05:32 +00:00
parent 6bca32e6cd
commit edde57837c
6 changed files with 9 additions and 5 deletions
@@ -1,4 +1,3 @@
return LoadActor( "caution" ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;);
OffCommand=cmd(diffusealpha,1;linear,.3;diffusealpha,0);
}
@@ -0,0 +1 @@
_fade in normal
@@ -0,0 +1 @@
_fade in normal
@@ -0,0 +1 @@
_fade out normal
@@ -3,7 +3,6 @@ local s = THEME:GetString( 'ScreenTitleMenu', gc:GetText() );
local t = Def.ActorFrame {
LoadFont("_venacti bold 24px") ..{
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000044"););
OffCommand=cmd(sleep,(7-gc:GetIndex())/20;linear,.08;addy,280);
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,0.5,1,0.5,1;effectcolor2,0.25,0.5,0.25,1;);
LoseFocusCommand=cmd(stoptweening;stopeffect);
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);
+6 -3
View File
@@ -135,9 +135,12 @@ Fallback="ScreenTitleMenu"
ChoiceNames="1"
[ScreenCaution]
Fallback="ScreenSelectMasterBlank"
PrevScreen=ScreenTitleBranch()
Choice1="screen,ScreenSelectStyle2"
Fallback="ScreenSplash"
PrepareScreen="ScreenSelectStyle2"
NextScreen="ScreenSelectStyle2"
PrevScreen="ScreenTitleBranch()
TimerSeconds=3
AllowStartToSkip=true
[ScreenProfileLoad]
Class="ScreenProfileLoad"