def on_mouse_press(self, x, y, button, modifiers):
     if button == arcade.MOUSE_BUTTON_LEFT:
         self.fire_ball_list.append(
             Mage_A.create_fire_ball(self.spirit.position_x,
                                     self.spirit.position_y, x, y))