unbotchamania 03 gameplay.lua
This commit is contained in:
@@ -53,8 +53,10 @@ end
|
|||||||
function ScoreKeeperClass()
|
function ScoreKeeperClass()
|
||||||
-- rave scorekeeper
|
-- rave scorekeeper
|
||||||
if GAMESTATE:GetPlayMode() == 'PlayMode_Rave' then return "ScoreKeeperRave" end
|
if GAMESTATE:GetPlayMode() == 'PlayMode_Rave' then return "ScoreKeeperRave" end
|
||||||
|
if GAMESTATE:GetCurrentStyle() then
|
||||||
local styleType = GAMESTATE:GetCurrentStyle():GetStyleType()
|
local styleType = GAMESTATE:GetCurrentStyle():GetStyleType()
|
||||||
if styleType == 'StyleType_TwoPlayersSharedSides' then return "ScoreKeeperShared" end
|
if styleType == 'StyleType_TwoPlayersSharedSides' then return "ScoreKeeperShared" end
|
||||||
|
end
|
||||||
return "ScoreKeeperNormal"
|
return "ScoreKeeperNormal"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user