6 lines
185 B
Lua
6 lines
185 B
Lua
return LoadActor(THEME:GetPathG("_combined","life frame"))..{
|
|
InitCommand=function(self)
|
|
self:diffuse(PlayerColor(PLAYER_1));
|
|
self:diffuserightedge(PlayerColor(PLAYER_2));
|
|
end;
|
|
}; |