public static void LoadPreContent(ContentManager content, GameWindow window, GraphicsDevice graphics) { graphicsDevice = graphics; //Load Pre textures and assets FontHandler.LoadContent(content); TextureHandler.LoadPreContent(content); background = new Background(TextureHandler.Sprites["Backgrounds/background1"], window); }