Exemplo n.º 1
0
 public override void Update(GameTime gameTime)
 {
     OkButton.Caption.Color = OkButton.Texture.IsMouseHovering ? Color.PaleGoldenrod : Color.White;
     OkButton.Update(gameTime);
     base.Update(gameTime);
 }
Exemplo n.º 2
0
 public override void Update(GameTime gameTime)
 {
     playBtn.Update(gameTime);
     base.Update(gameTime);
 }
Exemplo n.º 3
0
 public override void Update(GameTime gameTime)
 {
     okButton.Update(gameTime);
     base.Update(gameTime);
 }