forgot branch

This commit is contained in:
AJ Kelly
2011-09-23 14:40:11 -05:00
parent 7010666e73
commit fbc4a02b8f
+4
View File
@@ -40,6 +40,10 @@ Branch = {
return "ScreenLogo"
end
end,
NoiseTrigger = function()
local hour = Hour()
return hour > 3 and hour < 6 and "ScreenNoise" or "ScreenInit"
end,
TitleMenu = function()
-- home mode is the most assumed use of sm-ssc.
if GAMESTATE:GetCoinMode() == "CoinMode_Home" then