Files
itgmania212121/Themes/default/Graphics/CombinedLifeMeterTug frame.lua
T

6 lines
185 B
Lua
Raw Normal View History

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