| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- *********************************************************************** -->
- <!-- * Implements any general game info functionality for actionscript * -->
- <!-- *********************************************************************** -->
- <UIComponentGameInfo xmlns="uri:ea.com:eala:asset"
- Priority="500"
- GameScoreDisplayToken="APT:GAME_SCORE_DISPLAY_"
- ScorePlayerToken="APT:ScorePlayer_"
- FactionLabelToken="APT:FactionLabel_%d"
-
- GameScoreXLocWS="640"
- GameScoreXLoc="640"
- GameScoreYLocWS="93"
- GameScoreYLoc="93"
-
- Player1ScoreXLocWS="104"
- Player1ScoreXLoc="274"
- Player1ScoreYLocWS="103"
- Player1ScoreYLoc="113"
- Player2ScoreXLocWS="1145"
- Player2ScoreXLoc="1004"
- Player2ScoreYLocWS="103"
- Player2ScoreYLoc="113"
- Player3ScoreXLocWS="104"
- Player3ScoreXLoc="274"
- Player3ScoreYLocWS="262"
- Player3ScoreYLoc="252"
- Player4ScoreXLocWS="1145"
- Player4ScoreXLoc="1004"
- Player4ScoreYLocWS="262"
- Player4ScoreYLoc="252"
- >
- <FactionValue>Random</FactionValue>
- <FactionValue>Allies</FactionValue>
- <FactionValue>Soviet</FactionValue>
- <FactionValue>Japan</FactionValue>
-
- </UIComponentGameInfo>
|