remove unnecessary ScreenWithMenuElements2

This commit is contained in:
Chris Danford
2009-04-02 09:41:08 +00:00
parent b612259f7d
commit 6edd8f9f1e
25 changed files with 85 additions and 21 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;);
};
};
};