transition work part II, and some other small touchups
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
_fade in normal
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_fade out normal
|
||||||
@@ -1 +0,0 @@
|
|||||||
_menu in
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_menu out
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_menu in
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_menu out
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
local t = Def.Quad {
|
local delay = ScreenMetric("OutDelay");
|
||||||
|
return Def.Quad {
|
||||||
InitCommand=cmd(diffuse,color("#000000");stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM);
|
InitCommand=cmd(diffuse,color("#000000");stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM);
|
||||||
StartTransitioningCommand=cmd(hibernate,.8;diffusealpha,0;linear,0.3;diffusealpha,1);
|
StartTransitioningCommand=cmd(hibernate,delay;diffusealpha,0;linear,0.3;diffusealpha,1);
|
||||||
};
|
};
|
||||||
return t;
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local s = THEME:GetString( 'ScreenTitleMenu', gc:GetText() );
|
|||||||
local t = Def.ActorFrame {
|
local t = Def.ActorFrame {
|
||||||
LoadFont("_venacti bold 24px") ..{
|
LoadFont("_venacti bold 24px") ..{
|
||||||
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000044"););
|
InitCommand=cmd(uppercase,true;settext,s;horizalign,center;shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000044"););
|
||||||
OffCommand=cmd(sleep,(7-gc:GetIndex())/12;linear,.1;addy,300);
|
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;);
|
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);
|
LoseFocusCommand=cmd(stoptweening;stopeffect);
|
||||||
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);
|
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ GameLogoX=SCREEN_CENTER_X
|
|||||||
GameLogoY=SCREEN_CENTER_Y-110
|
GameLogoY=SCREEN_CENTER_Y-110
|
||||||
GameLogoOnCommand=zoomy,0;bounceend,0.5;zoomy,1;glowshift;effectperiod,2.5;effectcolor1,1,1,1,0;effectcolor2,1,1,1,0.2
|
GameLogoOnCommand=zoomy,0;bounceend,0.5;zoomy,1;glowshift;effectperiod,2.5;effectcolor1,1,1,1,0;effectcolor2,1,1,1,0.2
|
||||||
GameLogoOffCommand=
|
GameLogoOffCommand=
|
||||||
|
OutDelay=.2
|
||||||
|
|
||||||
[ScreenExit]
|
[ScreenExit]
|
||||||
Class="ScreenExit"
|
Class="ScreenExit"
|
||||||
@@ -737,13 +738,13 @@ SongOptionsX=SCREEN_CENTER_X+0
|
|||||||
SongOptionsY=SCREEN_CENTER_Y+230
|
SongOptionsY=SCREEN_CENTER_Y+230
|
||||||
SongOptionsOnCommand=addy,100;linear,0.5;addy,-100
|
SongOptionsOnCommand=addy,100;linear,0.5;addy,-100
|
||||||
SongOptionsOffCommand=linear,0.5;addy,100
|
SongOptionsOffCommand=linear,0.5;addy,100
|
||||||
StepsDisplayP1X=SCREEN_CENTER_X-250
|
StepsDisplayP1X=SCREEN_CENTER_X-240
|
||||||
StepsDisplayP1Y=
|
StepsDisplayP1Y=
|
||||||
StepsDisplayP1OnCommand=
|
StepsDisplayP1OnCommand=
|
||||||
StepsDisplayP1OffCommand=linear,0.5;addx,-200
|
StepsDisplayP1OffCommand=linear,0.5;addx,-200
|
||||||
StepsDisplayP1SetReverseCommand=y,SCREEN_CENTER_Y-196;addy,-100;linear,1;addy,100
|
StepsDisplayP1SetReverseCommand=y,SCREEN_CENTER_Y-196;addy,-100;linear,1;addy,100
|
||||||
StepsDisplayP1SetNoReverseCommand=y,SCREEN_CENTER_Y+174;addy,100;linear,1;addy,-100
|
StepsDisplayP1SetNoReverseCommand=y,SCREEN_CENTER_Y+174;addy,100;linear,1;addy,-100
|
||||||
StepsDisplayP2X=SCREEN_CENTER_X+250
|
StepsDisplayP2X=SCREEN_CENTER_X+240
|
||||||
StepsDisplayP2Y=
|
StepsDisplayP2Y=
|
||||||
StepsDisplayP2OnCommand=
|
StepsDisplayP2OnCommand=
|
||||||
StepsDisplayP2OffCommand=linear,0.5;addx,200
|
StepsDisplayP2OffCommand=linear,0.5;addx,200
|
||||||
|
|||||||
Reference in New Issue
Block a user