eval name cleanup - make metrics and element names match, AutoActor grades

This commit is contained in:
Chris Danford
2008-04-04 15:44:18 +00:00
parent c908abc43d
commit acd6995a78
65 changed files with 1 additions and 24 deletions
@@ -0,0 +1,20 @@
return LoadActor( THEME:GetPathB("ScreenWithMenuElements2","overlay") ) .. {
Def.ActorFrame {
InitCommand=cmd(x,-200;);
LoadActor( "notify" ) .. {
OnCommand=cmd();
};
LoadFont( "_venacti bold 30" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");zoom,0.5;settext,"\"JOY4\" IS NOT MAPPED";skewx,-0.1;);
};
};
Def.ActorFrame {
InitCommand=cmd(x,200;);
LoadActor( "notify" ) .. {
OnCommand=cmd(zoomx,-1);
};
LoadFont( "_venacti bold 30" ) .. {
InitCommand=cmd(y,-15;shadowlength,0;diffuse,color("#000000");zoom,0.5;settext,"P2: PRESS START TO JOIN\nTHIS IS 2 LINES OF TEXT";skewx,-0.1;);
};
};
};