Files
itgmania212121/Themes/themekit/BGAnimations/ScreenTitleMenu underlay.lua
T

7 lines
144 B
Lua
Raw Normal View History

2011-04-07 16:42:16 -07:00
-- This adds the logo man~
InitUserPrefs();
local t = Def.ActorFrame {};
t[#t+1] = StandardDecorationFromFileOptional("Logo","Logo");
return t