I dont think the filter caught these for some reason either.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user