various theme changes, mostly from midi

removes duplicate round() function in productivityhelpers
This commit is contained in:
AJ Kelly
2010-08-14 19:22:44 -05:00
parent 5175499e08
commit ccd2b4ae6d
6 changed files with 54 additions and 52 deletions
@@ -3,9 +3,11 @@ return Def.ActorFrame {
local song = GAMESTATE:GetCurrentSong();
if song then
-- self:setaux(0);
self:finishtweening();
self:playcommand("TweenOn");
elseif not song then
elseif not song and self:GetZoomX() == 1 then
-- self:setaux(1);
self:finishtweening();
self:playcommand("TweenOff");
end;
end;