forked from InfoProjekt/game
test
This commit is contained in:
parent
569b3394a0
commit
956c25769c
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -37,7 +37,6 @@ def genRooms(WIDTH, HEIGHT, type:str, objects:list):
|
||||||
for j in range(random.randint(5, 10))
|
for j in range(random.randint(5, 10))
|
||||||
]
|
]
|
||||||
#rooms =Room(type, 'normal', room_backgrounds[random.randint(0, 4)], [objects[0], objects[1], objects[2], [room_objects[random.randint(0, len(room_objects) - 1)] for i in range(0, random.randint(0, 1))]], WIDTH - 64, HEIGHT - 64, [True, True, True, True], j)
|
#rooms =Room(type, 'normal', room_backgrounds[random.randint(0, 4)], [objects[0], objects[1], objects[2], [room_objects[random.randint(0, len(room_objects) - 1)] for i in range(0, random.randint(0, 1))]], WIDTH - 64, HEIGHT - 64, [True, True, True, True], j)
|
||||||
|
|
||||||
return rooms
|
return rooms
|
||||||
|
|
||||||
def play(screen, clock, running, background, isblack, WIDTH, HEIGHT):
|
def play(screen, clock, running, background, isblack, WIDTH, HEIGHT):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue