2011-03-17 01:47:30 -04:00
|
|
|
return LoadActor(THEME:GetPathG("_combined","life frame"))..{
|
2013-07-04 13:09:03 -04:00
|
|
|
InitCommand=function(self)
|
|
|
|
|
self:diffuse(PlayerColor(PLAYER_1));
|
|
|
|
|
self:diffuserightedge(PlayerColor(PLAYER_2));
|
|
|
|
|
end;
|
2010-06-10 22:38:54 -05:00
|
|
|
};
|