space vs tabs
This commit is contained in:
parent
0bc944c284
commit
11ff4cd502
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ class Shooter(pygame.sprite.Sprite):
|
||||||
self.powerup = ""
|
self.powerup = ""
|
||||||
|
|
||||||
def set_position(self,x,y):
|
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):
|
def move(self, value):
|
||||||
self.rect.x += value
|
self.rect.x += value
|
||||||
|
|
Reference in a new issue