Further ScreenContinue tweaks.
This commit is contained in:
@@ -9,17 +9,19 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0;linear,0.5;diffusealpha,0.25;
|
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0;linear,0.5;diffusealpha,0.25;
|
||||||
sleep,timer_seconds/2;
|
sleep,timer_seconds/2;
|
||||||
linear,timer_seconds/2-0.5;diffusealpha,1);
|
linear,timer_seconds/2-0.5;diffusealpha,1);
|
||||||
|
OffCommand=cmd(stoptweening;sleep,0.4;decelerate,0.5;diffusealpha,1;);
|
||||||
};
|
};
|
||||||
-- Warning Fade
|
-- Warning Fade
|
||||||
Def.Quad {
|
Def.Quad {
|
||||||
InitCommand=cmd(y,16;scaletoclipped,SCREEN_WIDTH,250);
|
InitCommand=cmd(y,16;scaletoclipped,SCREEN_WIDTH,250);
|
||||||
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.5;
|
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.5;
|
||||||
linear,timer_seconds;zoomtoheight,200*0.75);
|
linear,timer_seconds;zoomtoheight,180);
|
||||||
|
OffCommand=cmd(stoptweening;);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
--
|
--
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
InitCommand=cmd(Center;y,SCREEN_CENTER_Y-48;zoom,1.5);
|
InitCommand=cmd(Center;y,SCREEN_CENTER_Y-56;zoom,1.5);
|
||||||
LoadFont("Common Fallback Font") .. {
|
LoadFont("Common Fallback Font") .. {
|
||||||
Text="Continue?";
|
Text="Continue?";
|
||||||
OnCommand=cmd(diffuse,color("#FF8312");diffusebottomedge,color("#FFD75B");shadowlength,1;strokecolor,color("#472211"););
|
OnCommand=cmd(diffuse,color("#FF8312");diffusebottomedge,color("#FFD75B");shadowlength,1;strokecolor,color("#472211"););
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
_blank
|
||||||
@@ -211,19 +211,19 @@ ShowHelp=false
|
|||||||
|
|
||||||
[ScreenContinue]
|
[ScreenContinue]
|
||||||
ShowHeader=false
|
ShowHeader=false
|
||||||
ShowFooter=false
|
ShowFooter=true
|
||||||
ContinueEnabled=true
|
ContinueEnabled=true
|
||||||
#
|
#
|
||||||
TimerSeconds=20
|
TimerSeconds=20
|
||||||
TimerMetricsGroup="MenuTimerContinue"
|
TimerMetricsGroup="MenuTimerContinue"
|
||||||
TimerX=SCREEN_CENTER_X
|
TimerX=SCREEN_CENTER_X
|
||||||
TimerY=SCREEN_CENTER_Y+42
|
TimerY=SCREEN_CENTER_Y+42
|
||||||
TimerOnCommand=visible,true
|
TimerOnCommand=visible,true;
|
||||||
TimerOffCommand=
|
TimerOffCommand=
|
||||||
#
|
#
|
||||||
[MenuTimerContinue]
|
[MenuTimerContinue]
|
||||||
Fallback="MenuTimer"
|
Fallback="MenuTimer"
|
||||||
Text1OnCommand=stopeffect;stoptweening;shadowlength,0;diffuse,color("#fcb62c");
|
Text1OnCommand=stopeffect;stoptweening;diffuse,color("#FF8312");diffusebottomedge,color("#FFD75B");shadowlength,1;strokecolor,color("#472211");
|
||||||
|
|
||||||
[ScreenHighScores]
|
[ScreenHighScores]
|
||||||
Fallback="ScreenWithMenuElements"
|
Fallback="ScreenWithMenuElements"
|
||||||
@@ -329,8 +329,8 @@ FooterOffCommand=sleep,0.175;decelerate,0.4;y,SCREEN_BOTTOM+64;
|
|||||||
|
|
||||||
TimerX=SCREEN_RIGHT-60
|
TimerX=SCREEN_RIGHT-60
|
||||||
TimerY=SCREEN_TOP+45
|
TimerY=SCREEN_TOP+45
|
||||||
TimerOnCommand=draworder,10;diffuse,color("#fcb62c");zoom,0;sleep,0.3;smooth,0.3;zoom,0.75;
|
TimerOnCommand=draworder,10;diffuse,color("#fcb62c");shadowlength,1;zoom,0;sleep,0.3;smooth,0.3;zoom,0.75;
|
||||||
TimerOffCommand=smooth,0.2;zoom,0;
|
TimerOffCommand=sleep,0.175;decelerate,0.4;addy,-105
|
||||||
|
|
||||||
StageDisplayNumberOffset=1
|
StageDisplayNumberOffset=1
|
||||||
ScreenInDelay=0
|
ScreenInDelay=0
|
||||||
|
|||||||
Reference in New Issue
Block a user