Code cleanup
Mainly unneeded semicolons
This commit is contained in:
@@ -49,7 +49,7 @@ return Def.ActorFrame {
|
||||
};
|
||||
LoadFont("_roboto condensed Bold 48px") .. {
|
||||
Text="P1";
|
||||
InitCommand=cmd(horizalign,center;x,8;diffuse,ColorDarkTone(PlayerColor(PLAYER_1)););
|
||||
InitCommand=cmd(horizalign,center;x,8;diffuse,ColorDarkTone(PlayerColor(PLAYER_1)));
|
||||
OnCommand=cmd(zoom,0.5);
|
||||
};
|
||||
};
|
||||
@@ -72,11 +72,11 @@ return Def.ActorFrame {
|
||||
end;
|
||||
end;
|
||||
LoadActor(THEME:GetPathG("_StepsDisplayListRow","Cursor")) .. {
|
||||
InitCommand=cmd(diffuse,ColorLightTone(PlayerColor(PLAYER_2));x,-8;zoom,0.75;zoomx,-0.75;);
|
||||
InitCommand=cmd(diffuse,ColorLightTone(PlayerColor(PLAYER_2));x,-8;zoom,0.75;zoomx,-0.75);
|
||||
};
|
||||
LoadFont("_roboto condensed Bold 48px") .. {
|
||||
Text="P2";
|
||||
InitCommand=cmd(horizalign,center;x,-8;diffuse,ColorDarkTone(PlayerColor(PLAYER_2)););
|
||||
InitCommand=cmd(horizalign,center;x,-8;diffuse,ColorDarkTone(PlayerColor(PLAYER_2)));
|
||||
OnCommand=cmd(zoom,0.5);
|
||||
};
|
||||
};
|
||||
@@ -87,4 +87,4 @@ return Def.ActorFrame {
|
||||
ChangeCommand=cmd(stoptweening;decelerate,0.05);
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user