Remove unused var, add test level
This commit is contained in:
parent
52766667cf
commit
fe4e6bda0a
6
main.py
6
main.py
@ -55,7 +55,9 @@ def lvl_one():
|
|||||||
|
|
||||||
prompt = input(">> ")
|
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()
|
confirm_leave()
|
||||||
|
|
||||||
elif prompt == "q":
|
elif prompt == "q":
|
||||||
@ -68,7 +70,7 @@ def lvl_one():
|
|||||||
def main_menu():
|
def main_menu():
|
||||||
clear()
|
clear()
|
||||||
pygame.init()
|
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)
|
pygame.mixer.music.play(loops=-1, start=0.0)
|
||||||
while 1 == 1:
|
while 1 == 1:
|
||||||
print("""
|
print("""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user