Esempio n. 1
0
 public Fuze(Oyun oyun)
 {
     RastgeleDalgalanmaYonuSec();
     Adim         = 10;
     UsttenOffset = 0;
     this.Oyun    = oyun;
     GelismisPictureBoxOlustur();
     this.PictureBox.Width  = 210;
     this.PictureBox.Height = 130;
     this.VurulduMu         = false;
 }
Esempio n. 2
0
 public Patlama(Oyun oyun, int x, int y)
 {
     this.Oyun = oyun;
     GelismisPictureBoxOlustur(x, y);
 }