예제 #1
0
 public static void Init(SpriteBatch spritebatch, GraphicsDeviceManager graphics, ContentManager content)
 {
     SpriteBatch   = spritebatch;
     Content       = content;
     Graphics      = graphics;
     InMenu        = false;
     InGame        = false;
     RelativeSpeed = 200;
     Fonts.AddFont("Default");
     Fonts.AddFont("LittleFont");
 }