Remove unused var, add test level

This commit is contained in:
mollusk 2019-07-22 19:26:37 -07:00
parent 52766667cf
commit fe4e6bda0a

View File

@ -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("""