Files
itgmania212121/Themes/new/BGAnimations/ScreenTitleMenu decorations.lua
T
Jonathan Payne 280d4ecde7 /new: practically 1:1 to 3.9 title menu.
+ default transitions
+ better system underlay solution
+ thanks koizu best logo ever
2012-07-22 22:44:39 -07:00

7 lines
217 B
Lua

local t = LoadFallbackB{};
t[#t+1] = StandardDecorationFromFile("Logo","Logo");
t[#t+1] = StandardDecorationFromFile("Version","Version");
t[#t+1] = StandardDecorationFromFile("NumSongs","NumSongs");
return t;