Files
itgmania212121/Themes/default/BGAnimations/ScreenEdit background.lua
T
2010-01-26 21:00:30 -06:00

16 lines
409 B
Lua

local t = Def.ActorFrame {
InitCommand=cmd(fov,90);
};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(Center);
Def.Quad {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
OnCommand=cmd(diffuse,color("#ffcb05"));
};
LoadActor( THEME:GetPathB("ScreenWithMenuElements","background/_bg top") ) .. {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
};
};
return t;