better
This commit is contained in:
parent
aa782f3080
commit
d32b83f790
2 changed files with 67 additions and 23 deletions
|
|
@ -22,7 +22,7 @@ import pygame
|
|||
shutdown_event = threading.Event()
|
||||
|
||||
# ========================= CONFIG =========================
|
||||
DEBUG = False # Set True to enable debug overrides
|
||||
DEBUG = True # Set True to enable debug overrides
|
||||
|
||||
# Default paths (used if not in debug mode)
|
||||
DEFAULT_WIN_GAME_EXE = r"./qgame.dll"
|
||||
|
|
@ -588,7 +588,7 @@ def main():
|
|||
# bufsize=0, # unbuffered
|
||||
# universal_newlines=False)
|
||||
|
||||
items = ["Pee pee","Poo poo","Stinky caca peepee poopoo pants.","a","b","c","d"]
|
||||
items = ["choice1","choice2","choice 3.","a","b","c","d"]
|
||||
menu = TextMenu(
|
||||
items,
|
||||
width=30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue