Files
itgmania212121/Themes/default/Graphics/CombinedLifeMeterTug frame.lua
T
2013-07-04 13:09:03 -04:00

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;
};