more headers + fixes

This commit is contained in:
AJ Kelly
2007-05-31 16:22:30 +00:00
parent 4ca68d92fa
commit 8be83cc611
5 changed files with 13 additions and 0 deletions
@@ -0,0 +1,7 @@
return Def.ActorFrame{
-- timer background
LoadActor(THEME:GetPathB("","_frame 3x1"), "headers", 48)..{
--InitCommand=cmd( x,SCREEN_CENTER_X+(SCREEN_WIDTH/5.35) );
InitCommand=cmd( x,SCREEN_RIGHT-(SCREEN_WIDTH/3.1825) );
};
};