@ -26,4 +26,6 @@ class Ship(Sprite):
# 移动标志
self.moving_right = False
self.moving_left = False
self.moving_up = False
self.moving_down = False