cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ local t = Def.ActorFrame {
|
|||||||
children = {
|
children = {
|
||||||
Def.BitmapText {
|
Def.BitmapText {
|
||||||
Font=THEME:GetPathF(Var "LoadingScreen","message");
|
Font=THEME:GetPathF(Var "LoadingScreen","message");
|
||||||
Text="xxx";
|
Text="";
|
||||||
InitCommand=cmd(visible,false);
|
InitCommand=cmd(visible,false);
|
||||||
OnCommand=cmd(maxwidth,750;finishtweening;horizalign,left;vertalign,top;x,SCREEN_LEFT+20;y,SCREEN_TOP+20;zoom,0.8;shadowlength,2;diffusealpha,1;addx,-SCREEN_WIDTH;linear,0.5;addx,SCREEN_WIDTH);
|
OnCommand=cmd(maxwidth,750;finishtweening;horizalign,left;vertalign,top;x,SCREEN_LEFT+20;y,SCREEN_TOP+20;zoom,0.8;shadowlength,2;diffusealpha,1;addx,-SCREEN_WIDTH;linear,0.5;addx,SCREEN_WIDTH);
|
||||||
OffCommand=cmd(sleep,5;linear,0.5;diffusealpha,0);
|
OffCommand=cmd(sleep,5;linear,0.5;diffusealpha,0);
|
||||||
|
|||||||
Reference in New Issue
Block a user