Esempio n. 1
0
        private void InsertLogEvent(string logText)
        {
            GUIBufferTextBlock textB = new GUIBufferTextBlock(new Vector2(0, -25))
            {
                Text = logText
            };

            gamelog.AddToList(textB);
        }
Esempio n. 2
0
 private void InsertLogEvent(string logText)
 {
     GUIBufferTextBlock textB = new GUIBufferTextBlock(new Vector2(0,-25)) {Text = logText};
     gamelog.AddToList(textB);
 }