a72416e039
~ [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.
7 lines
145 B
Lua
7 lines
145 B
Lua
local t = Def.ActorFrame {};
|
|
|
|
t[#t+1] = Def.Quad {
|
|
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH+1,34;diffuse,Color.Black);
|
|
};
|
|
|
|
return t; |