(LARGE COMMIT) bring /new from broken. copyright things abound please do not bundle this yet.

This commit is contained in:
Jonathan Payne
2012-03-18 12:39:44 -07:00
parent 217d5c2b52
commit c1be7f6b6f
105 changed files with 1364 additions and 0 deletions
@@ -0,0 +1,45 @@
return Def.ActorFrame {
--[[ Def.ActorFrame {
InitCommand=cmd(y,-4);
-- 1 1
Def.ActorFrame {
-- Icon
LoadFont("Common Normal") .. {
Text="&MENULEFT;&MENURIGHT;";
InitCommand=cmd(x,32;y,-64;
diffuse,ThemeColor.Primary;
zoom,0.675;
);
};
-- Text
LoadFont("Common Normal") .. {
Text="LeftHelpDisplayMenuItem1";
InitCommand=cmd(horizalign,left;
x,64;y,-64;
diffuse,ThemeColor.Primary;
zoom,0.675;
);
};
};
-- 2 1
Def.ActorFrame {
-- Icon
LoadFont("Common Normal") .. {
Text="&START;";
InitCommand=cmd(x,32;y,-40;
diffuse,ThemeColor.Primary;
zoom,0.675;
);
};
-- Text
LoadFont("Common Normal") .. {
Text="LeftHelpDisplayMenuItem2";
InitCommand=cmd(horizalign,left;
x,64;y,-40;
diffuse,ThemeColor.Primary;
zoom,0.675;
);
};
};
}; ]]
};