smsvn -> ssc-hg glue: rearrange directory structure

This commit is contained in:
Devin J. Pohly
2013-06-10 15:38:43 -04:00
parent 51576d5942
commit 80057f53cd
3362 changed files with 0 additions and 0 deletions
@@ -0,0 +1,20 @@
return LoadActor( THEME:GetPathB("ScreenWithMenuElements","overlay") ) .. {
Def.ActorFrame {
InitCommand=cmd(x,-200;);
LoadActor( "notify" ) .. {
OnCommand=cmd();
};
LoadFont( "_venacti bold 15px" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");settext,"\"JOY4\" IS NOT MAPPED";skewx,-0.1;);
};
};
Def.ActorFrame {
InitCommand=cmd(x,200;);
LoadActor( "notify" ) .. {
OnCommand=cmd(zoomx,-1);
};
LoadFont( "_venacti bold 15px" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");settext,"P2: PRESS START TO JOIN\nTHIS IS 2 LINES OF TEXT";skewx,-0.1;);
};
};
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB