Files
itgmania212121/Themes/default/BGAnimations/ScreenLogo decorations.lua
T

6 lines
163 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
local t = LoadFallbackB();
t[#t+1] = StandardDecorationFromFileOptional("Logo","Logo");
t[#t+1] = LoadActor( THEME:GetPathB("_Arcade","decorations") );
return t;