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");
2013-06-04 23:31:57 -04:00
t[#t+1] = LoadActor( THEME:GetPathB("_Arcade","decorations") );
2011-03-17 01:47:30 -04:00
return t;