AIsOfCatan.GUI.GUIPlayerInfo.GUIPlayerInfo C# (CSharp) Method

GUIPlayerInfo() public method

public GUIPlayerInfo ( Vector2 position ) : System
position Vector2
return System
        public GUIPlayerInfo(Vector2 position)
            : base(position, TXAGame.WHITE_BASE)
        {
            //Text Agent Name Line, largest of the fonts
            //Text Agent Desc Line, smaller font
            //Text: Knights
            //Text Knight amount
            //Text: Long Road
            //Text Road Length
            //Text: Points
            //Text Point Amount
            //List Develop Cards
            //picture Bricks
            //Text amount bricks
            //picture Grain
            //Text amount grain
            //picture Ore
            //Text amount ore
            //picture lumber
            //Text amount lumber
            //picture Wool
            //Text amount wool
        }