small change to branches
This commit is contained in:
@@ -32,9 +32,7 @@ function IsRoutine()
|
||||
end
|
||||
|
||||
Branch = {
|
||||
Init = function()
|
||||
return "ScreenInit"
|
||||
end,
|
||||
Init = function() return "ScreenInit" end,
|
||||
AfterInit = function()
|
||||
if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then
|
||||
return Branch.TitleMenu()
|
||||
|
||||
Reference in New Issue
Block a user