poprawa ułożenia mobów

This commit is contained in:
Weranda 2023-03-30 20:27:31 +02:00
parent 98f8669a3c
commit 562ad9efdd

View File

@ -27,8 +27,8 @@ class Game:
self.rock_sprites = pygame.sprite.LayeredUpdates()
self.agent = Agent(self,1,1)
self.archer_ork = Archer_ork(self,10,10)
self.infantry_ork = Infantry_ork(self,5,10)
self.infantry_ork2 = Infantry_ork2(self,6,9)
self.infantry_ork = Infantry_ork(self,5,1)
self.infantry_ork2 = Infantry_ork2(self,6,3)
self.sauron = Sauron(self, 1, 10)
for y in range(5):
self.rock = Rocks(self,3,y)