Files
itgmania212121/Themes/default/Scripts/02 BranchOverrides.lua
T
Martin Natano 0861ed45c7 Merge /AdditionalSongs into /Songs, and /AdditionalCourses into /Courses
Includes a backwards-compatibility mechanism to adapt paths when loading
Stats.xml.
2022-03-11 22:35:31 +01:00

7 lines
137 B
Lua

Branch.OptionsEdit = function()
if SONGMAN:GetNumSongs() == 0 then
return "ScreenHowToInstallSongs"
end
return "ScreenEditMenu"
end