コード例 #1
0
        protected override void LoadContent()
        {
            consoleFont         = ContentLoader.Load <SpriteFont>("Console");
            spriteBatch         = new SpriteBatch(GraphicsDevice);
            consoleFont.Spacing = 1;

            TextBox.LoadContent();
            ItemCase.LoadContent();
        }