Files
itgmania212121/Themes/default/BGAnimations/ScreenLogo decorations.lua
T
Jonathan Payne a72416e039 Fix up theme a little. Sorry about the head clobber.
~ [ScreenSelectMusic] Change CDTitle Display.
~ [ScreenSelectPlayMode] Change icons due to ActorFrame propagation.
- [ScreenSelectPlayStyle] Remove couple, routine. These cause crashes.
- [ScreenOptionsArcade] Remove Premium choice. Requests lang strings that don't exist.
2013-06-04 02:12:58 -07:00

5 lines
99 B
Lua

local t = LoadFallbackB();
t[#t+1] = StandardDecorationFromFileOptional("Logo","Logo");
return t;