7 lines
168 B
Lua
7 lines
168 B
Lua
return Def.ActorFrame {
|
|
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
|
|
StartTransitioningCommand=cmd(play);
|
|
};
|
|
Def.Actor { OnCommand=cmd(sleep,0.5); };
|
|
};
|