Exemplo n.º 1
0
 private void GameOverTick(object sender, EventArgs e)
 {
     fCanPlay = false;
     canPlay();
     CurrentGame.KeyPressed(PacmanKey.Escape);
     demoTimer.Stop();
 }
Exemplo n.º 2
0
 void pacmanSpetialKey(PacmanKey key)
 {
     _gamepresenter.CurrentGame.lastKeyTurn = 0;;
     CurrentGame.KeyPressed(key);
 }