def actualizar_animacion(self):
        self.contador += 0.2

        if (self.contador > 1):
            self.contador = 0