This commit is contained in:
Adam Osiowy 2020-04-06 01:19:13 +02:00
commit e95d7edcbc
6 changed files with 8 additions and 3 deletions

11
game.py
View File

@ -95,12 +95,17 @@ 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):
for j 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