poprawienie generowania smieci w domach

This commit is contained in:
s444349 2020-04-06 01:12:49 +02:00
parent bedad874f5
commit fed28bdd07
6 changed files with 7 additions and 2 deletions

View File

@ -95,11 +95,16 @@ for i in range(len(wspolrzedne_domow)):
dom = modele.Dom(wspolrzedne_domow[i, 0], wspolrzedne_domow[i, 1])
dom.setImage(pygame.image.load(random.choice(doms_array)))
plansza[wspolrzedne_domow[i, 0], wspolrzedne_domow[i, 1]].setJestDomem(True)
for j in range(5):
dom.dodajSmiec(random.choice(smieci_lista))
domy_lista.add(dom)
all_sprites_list.add(dom)
for d in domy_lista.sprites():
for j in range(5):
d.dodajSmiec(random.choice(smieci_lista))
########## TEST DODAWANIA SMIECI Z DOMU[0] DO FOLDERU KONTENERA ZE SZKLEM
for u in domy_lista.sprites()[0].smieci:
kontener_szklo.dodajSmiec(u)
# ustawienie wysypiska, rozmiar wysypiska 5x5
for i in range(5):

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB