+ Fixed ScreenGameplay StepsDisplay errors + Fixed ScreenSelectCourse CourseContentsList masks + Fixed ScreenEvaluationSummary banners -- introduced a scroller. + Fixed showing ScreenEvaluationSummary showing after a course (cherry picked from commit 04f7373238410c481cb79c6441fb27c55c69a447)
5 lines
111 B
Lua
5 lines
111 B
Lua
local t = LoadFallbackB();
|
|
|
|
t[#t+1] = StandardDecorationFromFileOptional("BannerList","BannerList");
|
|
|
|
return t; |