def set_gravedad_x(self, nuevo_x):
        (_, y) = self.mundo.gravity
        self.mundo.gravity = (nuevo_x, y)
        self.despertar_a_todos()