Remove unused var, add test level
This commit is contained in:
		
							
								
								
									
										6
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								main.py
									
									
									
									
									
								
							@@ -55,7 +55,9 @@ def lvl_one():
 | 
			
		||||
 | 
			
		||||
        prompt = input(">> ")
 | 
			
		||||
 | 
			
		||||
        if prompt == "m":
 | 
			
		||||
        if prompt == "1":
 | 
			
		||||
            print("You walk closer to the women but the closer you get, the farther she walks away from you.")
 | 
			
		||||
        elif prompt == "m":
 | 
			
		||||
            confirm_leave()
 | 
			
		||||
 | 
			
		||||
        elif prompt == "q":
 | 
			
		||||
@@ -68,7 +70,7 @@ def lvl_one():
 | 
			
		||||
def main_menu():
 | 
			
		||||
    clear()
 | 
			
		||||
    pygame.init()
 | 
			
		||||
    theme = pygame.mixer.music.load("big-booty-judy-drums.ogg")
 | 
			
		||||
    pygame.mixer.music.load("big-booty-judy-drums.ogg")
 | 
			
		||||
    pygame.mixer.music.play(loops=-1, start=0.0)
 | 
			
		||||
    while 1 == 1:
 | 
			
		||||
        print("""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user