I dont think the filter caught these for some reason either.

This commit is contained in:
Jonathan Payne
2011-05-23 14:24:01 -07:00
parent a6842427fa
commit 5dd656ba70
3 changed files with 17 additions and 12 deletions
@@ -61,4 +61,8 @@ t[#t+1] = Def.ActorFrame {
InitCommand=cmd(x,WideScale(math.floor(SCREEN_CENTER_X*0.3)-8,math.floor(SCREEN_CENTER_X*0.5)-8);y,SCREEN_CENTER_Y);
CreateStats( PLAYER_1 );
};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(x,WideScale(math.floor(SCREEN_CENTER_X*1.7)+8,math.floor(SCREEN_CENTER_X*1.5)+8);y,SCREEN_CENTER_Y);
CreateStats( PLAYER_2 );
};
return t