XPerPlayer -> PositionPerPlayer
This commit is contained in:
@@ -141,7 +141,7 @@ function Actor:xy(actorX,actorY)
|
|||||||
self:y(actorY)
|
self:y(actorY)
|
||||||
end
|
end
|
||||||
|
|
||||||
function XPerPlayer(player, p1X, p2X)
|
function PositionPerPlayer(player, p1X, p2X)
|
||||||
return player == PLAYER_1 and p1X or p2X
|
return player == PLAYER_1 and p1X or p2X
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3813,7 +3813,7 @@ NextScreen="ScreenOptionsExtended"
|
|||||||
PlayerType="PlayerSyncMachine"
|
PlayerType="PlayerSyncMachine"
|
||||||
|
|
||||||
AllowCenter1Player=false
|
AllowCenter1Player=false
|
||||||
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
|
SyncInfoOnCommand=x,PositionPerPlayer(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:
|
# hidden by default:
|
||||||
LifeP1OnCommand=visible,false
|
LifeP1OnCommand=visible,false
|
||||||
|
|||||||
Reference in New Issue
Block a user