Пример #1
0
 public AnimacionFuego(Celda c, GUI g) {
   this.c = c;
   this.g = g;
   stop = false;
   fg = new FuegoGrafico(c.getX(), c.getY(), g.getCargadorGrafico());
   this.g.agregarJuego(fg.getGrafico(), 2);
 }