various theme changes from midi

This commit is contained in:
AJ Kelly
2010-07-03 20:55:25 -05:00
parent b40f144f1a
commit d9aee67537
22 changed files with 291 additions and 78 deletions
@@ -8,9 +8,9 @@ return Def.ActorFrame {
self:stoptweening();
-- self:linear(0.25);
if song then
self:diffusebottomedge( song:GetTimingData():HasStops() and color("#55CCEE") or color("#FFFFFF") );
self:diffusebottomedge( song:GetTimingData():HasStops() and Color("Orange") or Color("White") );
else
self:diffusebottomedge( color("#FFFFFF") );
self:diffusebottomedge( Color("White") );
end;
end;
CurrentSongChangedMessageCommand=cmd(playcommand,"Set");