wejscie na pole

This commit is contained in:
XsedoX 2022-04-05 10:54:30 +02:00
parent 86aa939433
commit c927bab887

View File

@ -16,3 +16,6 @@ class Field(pygame.sprite.Sprite):
def busy_detection(self):
if self.texture_path == 'water.png' or self.texture_path == 'grass_with_tree.jpg':
self.busy = True
def step_onto(self, obj):#ustawia objekt na srodku pola
obj.rect = obj.clamp(self.rect)