UIComponentGameInfo.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- *********************************************************************** -->
  3. <!-- * Implements any general game info functionality for actionscript * -->
  4. <!-- *********************************************************************** -->
  5. <UIComponentGameInfo xmlns="uri:ea.com:eala:asset"
  6. Priority="500"
  7. GameScoreDisplayToken="APT:GAME_SCORE_DISPLAY_"
  8. ScorePlayerToken="APT:ScorePlayer_"
  9. FactionLabelToken="APT:FactionLabel_%d"
  10. GameScoreXLocWS="640"
  11. GameScoreXLoc="640"
  12. GameScoreYLocWS="93"
  13. GameScoreYLoc="93"
  14. Player1ScoreXLocWS="104"
  15. Player1ScoreXLoc="274"
  16. Player1ScoreYLocWS="103"
  17. Player1ScoreYLoc="113"
  18. Player2ScoreXLocWS="1145"
  19. Player2ScoreXLoc="1004"
  20. Player2ScoreYLocWS="103"
  21. Player2ScoreYLoc="113"
  22. Player3ScoreXLocWS="104"
  23. Player3ScoreXLoc="274"
  24. Player3ScoreYLocWS="262"
  25. Player3ScoreYLoc="252"
  26. Player4ScoreXLocWS="1145"
  27. Player4ScoreXLoc="1004"
  28. Player4ScoreYLocWS="262"
  29. Player4ScoreYLoc="252"
  30. >
  31. <FactionValue>Random</FactionValue>
  32. <FactionValue>Allies</FactionValue>
  33. <FactionValue>Soviet</FactionValue>
  34. <FactionValue>Japan</FactionValue>
  35. </UIComponentGameInfo>