lua
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
local t = Def.ActorFrame {
|
||||||
|
children = {
|
||||||
|
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
|
||||||
|
StartTransitioningCommand=cmd(play);
|
||||||
|
};
|
||||||
|
Def.Actor { OnCommand=cmd(sleep,0.5); };
|
||||||
|
};
|
||||||
|
};
|
||||||
|
return t;
|
||||||
Reference in New Issue
Block a user