更新 'scoreboard.py'

This commit is contained in:
201110504 2021-06-24 10:26:58 +08:00
parent 9561479b78
commit ac50935e91
1 changed files with 1 additions and 10 deletions

View File

@ -79,12 +79,3 @@ class Scoreboard:
ship.rect.x = 10 + ship_number * ship.rect.width
ship.rect.y = 10
self.ships.add(ship)