Files
itgmania212121/Themes/_fallback/BGAnimations/ScreenConsoleOverlay overlay.lua
T
2010-06-10 21:40:34 -05:00

15 lines
394 B
Lua

local t = Def.ActorFrame {
Def.ActorFrame {
InitCommand=cmd(Center);
--[[ ToggleConsoleDisplayMessageCommand=function(self)
bVisible = 1 - bVisible;
bShow = (bVisible >= 1) and true or false;
self:visible(bShow);
end; --]]
Def.Quad {
InitCommand(zoomto,64,64;spin;);
ToggleConsoleDisplayMessageCommand=cmd(zoomto,345,345;visible,true);
};
};
};
return t