Esempio n. 1
0
 protected override void Initialize()
 {
     Textures.LoadTextures(this.Content);
     uilayer.Add(new Button("Save", 5, 5, Textures.SAVE_ICON));
     spriteBatch = new SpriteBatch(GraphicsDevice);
 }