theme updates, made a few things faster; makes the game look far smoother than most people realize.

This commit is contained in:
Jonathan Payne
2012-08-04 17:54:37 -07:00
parent f172399cb3
commit 9672bbd09a
16 changed files with 84 additions and 24 deletions
@@ -18,7 +18,7 @@ local SegmentTypes = {
local t = Def.ActorFrame{
BeginCommand=cmd(playcommand,"SetIcons";playcommand,"SetAttacksIconMessage");
OffCommand=cmd( RunCommandsOnChildren,cmd(playcommand,"Hide") );
--OffCommand=cmd( RunCommandsOnChildren,cmd(playcommand,"Hide") );
SetIconsCommand=function(self)
local stops = self:GetChild("StopsIcon")