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