forgot branch
This commit is contained in:
@@ -40,6 +40,10 @@ Branch = {
|
|||||||
return "ScreenLogo"
|
return "ScreenLogo"
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
NoiseTrigger = function()
|
||||||
|
local hour = Hour()
|
||||||
|
return hour > 3 and hour < 6 and "ScreenNoise" or "ScreenInit"
|
||||||
|
end,
|
||||||
TitleMenu = function()
|
TitleMenu = function()
|
||||||
-- home mode is the most assumed use of sm-ssc.
|
-- home mode is the most assumed use of sm-ssc.
|
||||||
if GAMESTATE:GetCoinMode() == "CoinMode_Home" then
|
if GAMESTATE:GetCoinMode() == "CoinMode_Home" then
|
||||||
|
|||||||
Reference in New Issue
Block a user