Skip to content

Commit

Permalink
Removed non-existent features
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiguousname committed Nov 9, 2020
1 parent f68d8ac commit 0cf0e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jppc.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ def safety_quip(selection, existing_data=None):
}, "create_content")

#Main Menu stuff
create_content = SelectionWindow("Select a game", ["Select a game.", ("Blather Round", "Devils and the Details", "Talking Points", "Quiplash 3", "Champ'd Up"), "game"],{
create_content = SelectionWindow("Select a game", ["Select a game.", ("Quiplash 3"), "game"],{
"Blather Round": None,
"Devils and the Details": None,
"Talking Points": None,
"Quiplash 3": quiplash_3.run,
"Champ'd Up": None
}, "main_window")

main_window = SelectionWindow("Select an option", ["Please select an option.", ("View My Custom Content", "Create Custom Content", "Edit Content", "Import Content"), "option"], {
main_window = SelectionWindow("Select an option", ["Please select an option.", ("View My Custom Content", "Create Custom Content", "Edit Content"), "option"], {
"Create Custom Content": create_content.run,
"Edit Content": edit_content,
"Import Content": None,
Expand Down

0 comments on commit 0cf0e78

Please sign in to comment.