let's start day -13 with some fallback changes from midi
This commit is contained in:
@@ -23,6 +23,14 @@ function IsFreePlay()
|
|||||||
end
|
end
|
||||||
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 ]]
|
--[[ Aliases ]]
|
||||||
|
|
||||||
-- Blend Modes
|
-- Blend Modes
|
||||||
|
|||||||
@@ -963,6 +963,9 @@ TextY=
|
|||||||
TextOnCommand=
|
TextOnCommand=
|
||||||
TextOffCommand=
|
TextOffCommand=
|
||||||
|
|
||||||
|
[ScoreDisplayOni]
|
||||||
|
|
||||||
|
|
||||||
[ScoreDisplayLifeTime]
|
[ScoreDisplayLifeTime]
|
||||||
FrameX=
|
FrameX=
|
||||||
FrameY=
|
FrameY=
|
||||||
|
|||||||
Reference in New Issue
Block a user