public override void Update(GameTime gameTime)
 {
     m_backButton.Update();
     m_creditcolourlerp.Update((float)gameTime.ElapsedGameTime.TotalSeconds);
 }
Esempio n. 2
0
 public override void Update(GameTime gameTime)
 {
     m_backButton.Update();
 }