lua
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return LoadFont("_Arial 14 shadow") .. {
|
||||
Text="Exit";
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;zoom,0.75;shadowlength,0;diffuse,color("#808080"));
|
||||
OnCommand=cmd(diffusealpha,0;decelerate,0.5;diffusealpha,1);
|
||||
OffCommand=cmd(stoptweening;accelerate,0.3;diffusealpha,0;queuecommand,"Hide");
|
||||
HideCommand=cmd(hidden,true);
|
||||
|
||||
GainFocusCommand=cmd(diffuseshift;effectcolor2,color("#808080");effectcolor1,color("#FFFFFF"));
|
||||
LoseFocusCommand=cmd(stopeffect);
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
return Def.Quad {
|
||||
InitCommand=cmd(diffuse,{0.5,0.5,1,0.7};zoomtowidth,150;zoomtoheight,24);
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
return Def.Quad {
|
||||
InitCommand=cmd(diffuse,{0.5,0.5,1,0.7};zoomtowidth,30;zoomtoheight,24);
|
||||
};
|
||||
Reference in New Issue
Block a user