remove unneeded
This commit is contained in:
@@ -22,7 +22,6 @@ local function DifficultyMeter(pn)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local t = Def.DifficultyMeter {
|
local t = Def.DifficultyMeter {
|
||||||
Type="DifficultyMeter";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if pn == PLAYER_1 then
|
if pn == PLAYER_1 then
|
||||||
@@ -179,7 +178,6 @@ local t = Def.ActorFrame {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Def.PaneDisplay {
|
Def.PaneDisplay {
|
||||||
Type="PaneDisplay";
|
|
||||||
MetricsGroup="PaneDisplay";
|
MetricsGroup="PaneDisplay";
|
||||||
PlayerNumber=PLAYER_2;
|
PlayerNumber=PLAYER_2;
|
||||||
InitCommand=cmd(player,PLAYER_2;playcommand,"Set";x,SCREEN_CENTER_X-47;y,SCREEN_CENTER_Y+36);
|
InitCommand=cmd(player,PLAYER_2;playcommand,"Set";x,SCREEN_CENTER_X-47;y,SCREEN_CENTER_Y+36);
|
||||||
|
|||||||
Reference in New Issue
Block a user