diff --git a/Menü.py b/Menü.py index 295fbfa..0fc4fe8 100644 --- a/Menü.py +++ b/Menü.py @@ -12,4 +12,5 @@ Label(root, text="Schere, Stein, Papier", font=("times",30)).grid(column=1) Label(root, text="Menü", font=("times", 30)).grid(row=1, column=1) Button(root, text="Player vs Player", command=vs, font=("times", 25)).grid(row=2) Button(root, text="Player vs Com", command=vscom, font=("times", 25)).grid(row=2, column=2) + root.mainloop() \ No newline at end of file