SHOW:
|
|
- or go back to the newest paste.
1 | - | return Def.ActorFrame{ |
1 | + | local t = Def.ActorFrame{ |
2 | LoadActor(THEME:GetPathG("ScreenSelDiff","P1"))..{ | |
3 | OnCommand=cmd(glowshift;effectperiod,0.5); | |
4 | OffCommand=cmd(linear,0.3;zoom,0); | |
5 | ChooseCommand=cmd(linear,0.3;rotationy,90); | |
6 | }; | |
7 | LoadActor(THEME:GetPathG("_ScreenSelDiff","P1"))..{ | |
8 | ChooseCommand=cmd(linear,0.3;rotationy,0); | |
9 | OffCommand=cmd(linear,0.3;zoom,0); | |
10 | }; | |
11 | - | }; |
11 | + | }; |
12 | ||
13 | return t; |