Zaktualizuj 'modele.py'
This commit is contained in:
parent
29734988bd
commit
9c093c028e
@ -69,7 +69,6 @@ class Smieciarka(pygame.sprite.Sprite):
|
|||||||
self.w_gore()
|
self.w_gore()
|
||||||
elif koord[0] == self.x and koord[1] - 1 == self.y:
|
elif koord[0] == self.x and koord[1] - 1 == self.y:
|
||||||
self.w_dol()
|
self.w_dol()
|
||||||
print("skonczylem")
|
|
||||||
|
|
||||||
def w_lewo(self):
|
def w_lewo(self):
|
||||||
if self.x > 0:
|
if self.x > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user