Changed Book and fixed NPC convo #75
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								main.py
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								main.py
									
										
									
									
									
								
							|  | @ -37,6 +37,7 @@ 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