2012-07-22 22:44:39 -07:00
|
|
|
local t = LoadFallbackB{};
|
2012-07-22 20:22:32 -07:00
|
|
|
|
|
|
|
|
t[#t+1] = StandardDecorationFromFile("Logo","Logo");
|
|
|
|
|
t[#t+1] = StandardDecorationFromFile("Version","Version");
|
2012-07-22 22:44:39 -07:00
|
|
|
t[#t+1] = StandardDecorationFromFile("NumSongs","NumSongs");
|
2012-07-22 20:22:32 -07:00
|
|
|
|
|
|
|
|
return t;
|