let's start day -13 with some fallback changes from midi
This commit is contained in:
@@ -23,6 +23,14 @@ function IsFreePlay()
|
||||
end
|
||||
end
|
||||
|
||||
function Center1Player()
|
||||
return PREFSMAN:GetPreference("Center1Player") and
|
||||
THEME:GetMetric("ScreenGameplay","AllowCenter1Player") and
|
||||
not GAMESTATE:GetPlayMode("PlayMode_Battle") and
|
||||
not GAMESTATE:GetPlayMode("PlayMode_Rave") and
|
||||
GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_OnePlayerOneSide";
|
||||
end
|
||||
|
||||
--[[ Aliases ]]
|
||||
|
||||
-- Blend Modes
|
||||
|
||||
@@ -963,6 +963,9 @@ TextY=
|
||||
TextOnCommand=
|
||||
TextOffCommand=
|
||||
|
||||
[ScoreDisplayOni]
|
||||
|
||||
|
||||
[ScoreDisplayLifeTime]
|
||||
FrameX=
|
||||
FrameY=
|
||||
|
||||
Reference in New Issue
Block a user