add XPerPlayer(player,p1X,p2X) to ProductivityHelpers and use it on SyncInfo

This commit is contained in:
AJ Kelly
2011-04-23 16:12:28 -05:00
parent 73b42e87b0
commit 69f6fe04be
2 changed files with 5 additions and 1 deletions
@@ -141,6 +141,10 @@ function Actor:xy(actorX,actorY)
self:y(actorY)
end
function XPerPlayer(player, p1X, p2X)
return player == PLAYER_1 and p1X or p2X
end
-- MaskSource([clearzbuffer])
-- Sets an actor up as the source for a mask. Clears zBuffer by default.
function Actor:MaskSource(noclear)
+1 -1
View File
@@ -3813,7 +3813,7 @@ NextScreen="ScreenOptionsExtended"
PlayerType="PlayerSyncMachine"
AllowCenter1Player=false
SyncInfoOnCommand=x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y;zoom,0;decelerate,0.5;zoom,0.6
SyncInfoOnCommand=x,XPerPlayer(GAMESTATE:GetMasterPlayerNumber(),SCREEN_CENTER_X+160,SCREEN_CENTER_X-160);y,SCREEN_CENTER_Y;zoom,0;decelerate,0.5;zoom,0.6
# hidden by default:
LifeP1OnCommand=visible,false