Exemplo n.º 1
0
        public void LoadContent(MyFontDescription[] fonts)
        {
            MySandboxGame.Log.WriteLine("MyGuiManager.LoadContent() - START");
            MySandboxGame.Log.IncreaseIndent();

            MyGuiManager.SetMouseCursorTexture(MyGuiConstants.CURSOR_ARROW);

            MyGuiManager.LoadContent(fonts);
            MyScreenManager.LoadContent();

            MySandboxGame.Log.DecreaseIndent();
            MySandboxGame.Log.WriteLine("MyGuiManager.LoadContent() - END");
        }
Exemplo n.º 2
0
 public void LoadContent(MyFontDescription[] fonts)
 {
 }