add PlayerJoinedMessageCommand to PaneDisplay elements on ScreenSelectMusic; fixes issue 534
This commit is contained in:
@@ -940,24 +940,28 @@ PaneDisplayFrameP1X=SCREEN_CENTER_X-160
|
||||
PaneDisplayFrameP1Y=SCREEN_BOTTOM-112-2
|
||||
PaneDisplayFrameP1OnCommand=player,PLAYER_1;diffuse,Color("Orange");zoomy,0;sleep,0.5;decelerate,0.25;zoomy,1
|
||||
PaneDisplayFrameP1OffCommand=bouncebegin,0.15;zoomx,0;
|
||||
PaneDisplayFrameP1PlayerJoinedMessageCommand=%function(self,params) if params.Player == PLAYER_1 then self:playcommand("On") end end
|
||||
#
|
||||
ShowPaneDisplayTextP1=true
|
||||
PaneDisplayTextP1X=SCREEN_CENTER_X-160
|
||||
PaneDisplayTextP1Y=SCREEN_BOTTOM-122-2
|
||||
PaneDisplayTextP1OnCommand=player,PLAYER_1;zoomy,0;sleep,0.5;decelerate,0.25;zoomy,1
|
||||
PaneDisplayTextP1OffCommand=bouncebegin,0.15;zoomx,0;
|
||||
PaneDisplayTextP1PlayerJoinedMessageCommand=%function(self,params) if params.Player == PLAYER_1 then self:playcommand("On") end end
|
||||
#
|
||||
ShowPaneDisplayFrameP2=true
|
||||
PaneDisplayFrameP2X=SCREEN_CENTER_X+160
|
||||
PaneDisplayFrameP2Y=SCREEN_BOTTOM-112-2
|
||||
PaneDisplayFrameP2OnCommand=player,PLAYER_2;diffuse,Color("Orange");zoomy,0;sleep,0.5;decelerate,0.25;zoomy,1
|
||||
PaneDisplayFrameP2OffCommand=bouncebegin,0.15;zoomx,0;
|
||||
PaneDisplayFrameP2PlayerJoinedMessageCommand=%function(self,params) if params.Player == PLAYER_2 then self:playcommand("On") end end
|
||||
#
|
||||
ShowPaneDisplayTextP2=true
|
||||
PaneDisplayTextP2X=SCREEN_CENTER_X+160
|
||||
PaneDisplayTextP2Y=SCREEN_BOTTOM-122-2
|
||||
PaneDisplayTextP2OnCommand=player,PLAYER_2;zoomy,0;sleep,0.5;decelerate,0.25;zoomy,1
|
||||
PaneDisplayTextP2OffCommand=bouncebegin,0.15;zoomx,0;
|
||||
PaneDisplayTextP2PlayerJoinedMessageCommand=%function(self,params) if params.Player == PLAYER_2 then self:playcommand("On") end end
|
||||
#
|
||||
ShowCourseContentsList=false
|
||||
CourseContentsListX=SCREEN_CENTER_X-160
|
||||
|
||||
Reference in New Issue
Block a user