1
Fork 0

space vs tabs

This commit is contained in:
Jake Howard 2015-05-12 22:44:40 +01:00
parent 0bc944c284
commit 11ff4cd502
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class Shooter(pygame.sprite.Sprite):
self.powerup = ""
def set_position(self,x,y):
self.rect.x, self.rect.y = x,y
self.rect.x, self.rect.y = x, y
def move(self, value):
self.rect.x += value