added edit menu arrows and fixed/added missing metrics

This commit is contained in:
Alberto Ramos
2010-07-22 13:12:01 -06:00
parent 3b855fa484
commit eb1eccac46
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,8 @@
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(zoomto,10,10;y,-5;skewx,-1);
};
Def.Quad {
InitCommand=cmd(zoomto,10,10;y,5;skewx,1);
};
}